Html Css Color HEX #CB3E48 Brick Red

📋 copy color: '#CB3E48'

red 203 ◦ green 62 ◦ blue 72

#CB3E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CB3E48

Tints of Brick Red #CB3E48

RGB

 RED value IS 203 (79.69% from 255) = 60.24%

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 60.24%
G = 18.4%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB3E48 (or 0xCB3E48) is known color: Brick Red. HEX triplet: CB, 3E and 48. RGB value is (203,62,72). Sum of RGB (Red+Green+Blue) = 203+62+72=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E48 is #34C1B7. Grayscale: #696969. Windows color (decimal): -3457464 or 4734667. OLE color: 4734667.

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

Color convert

RGB 203 62 72 -
CMYK 0 0.69 0.65 0.20
HSL 355.74º 0.58% 0.52% -
HSV(B) 355.74º 0.69% 0.8% -
XYZ 27.52 16.61 7.89 -
YUV 105.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 203 62 72 0 0.69 0.65 0.20 355.74 0.58 0.52
Hex CB 3E 48 0 45 41 14 164 3A 34
Octal 313 76 110 0 105 101 24 544 72 64
Binary 11001011 111110 1001000 0 1000101 1000001 10100 101100100 111010 110100

Color Harmonies of #CB3E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E48

Black with #CB3E48

Text Example


Text Example

White with #CB3E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E48; }

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

 H1.HeaderClassName
 {
   color: #CB3E48;
 }
 .AnyTagClassName
 {
   color: #CB3E48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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