Html Css Color HEX #CB3B48 Brick Red

📋 copy color: '#CB3B48'

red 203 ◦ green 59 ◦ blue 72

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

Shades of Brick Red #CB3B48

Tints of Brick Red #CB3B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

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

R = 60.78%
G = 17.66%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB3B48 (or 0xCB3B48) is known color: Brick Red. HEX triplet: CB, 3B and 48. RGB value is (203,59,72). Sum of RGB (Red+Green+Blue) = 203+59+72=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3B48 is #34C4B7. Grayscale: #676767. Windows color (decimal): -3458232 or 4733899. OLE color: 4733899.

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

Color convert

RGB 203 59 72 -
CMYK 0 0.71 0.65 0.20
HSL 354.58º 0.58% 0.51% -
HSV(B) 354.58º 0.71% 0.8% -
XYZ 27.36 16.29 7.83 -
YUV 103.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 203 59 72 0 0.71 0.65 0.20 354.58 0.58 0.51
Hex CB 3B 48 0 47 41 14 163 3A 33
Octal 313 73 110 0 107 101 24 543 72 63
Binary 11001011 111011 1001000 0 1000111 1000001 10100 101100011 111010 110011

Color Harmonies of #CB3B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3B48

Black with #CB3B48

Text Example


Text Example

White with #CB3B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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