#CB3848

Color #CB3848 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CB3848

Tints of Brick Red #CB3848

Color information

#CB3848 (or 0xCB3848) is unknown color: approx Brick Red. HEX triplet: CB, 38 and 48. RGB value is (203,56,72). Sum of RGB (Red+Green+Blue) = 203+56+72=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3848 is #34C7B7. Grayscale: #656565. Windows color (decimal): -3459000 or 4733131. OLE color: 4733131.

HSL color Cylindrical-coordinate representation of color #CB3848: hue angle of 353.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3848 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2035672-
CMYK00.720.650.20
HSL353.47º58.57%50.78%-
HSV(B)353.47º72.41%79.61%-
XYZ27.2115.997.78-
YUV101.78111.2200.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 61.33%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=61.33%
G=16.92%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203567200.720.650.20353.4758.5750.78
HexCB384804841141613b33
Octal313701100110101245417363
Binary11001011111000100100001001000100000110100101100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3848; }

 p { color: rgb(203,56,72); }

 H1.HeaderClassName
 {
   color: #CB3848;
 }
 .AnyTagClassName
 {
   color: #CB3848;
 }
</style>
background-color css

<style>
 a { background-color: #CB3848; }

 a { background-color: rgb(203,56,72); }

 div.DivClassName
 {
   background-color: #CB3848;
 }
 .BgClassName
 {
   background-color: #CB3848;
 }
</style>
border-color css

<style>
 span { border-color: #CB3848; }

 span { border-color: rgb(203,56,72); }

 td.TdClassName
 {
   border-color: #CB3848;
 }
 .TagClassName
 {
   border-color: #CB3848;
 }
</style>