Html Css Color HEX #CB4248 Brick Red

📋 copy color: '#CB4248'

red 203 ◦ green 66 ◦ blue 72

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

Shades of Brick Red #CB4248

Tints of Brick Red #CB4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 59.53%
G = 19.35%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB4248 (or 0xCB4248) is known color: Brick Red. HEX triplet: CB, 42 and 48. RGB value is (203,66,72). Sum of RGB (Red+Green+Blue) = 203+66+72=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4248 is #34BDB7. Grayscale: #6B6B6B. Windows color (decimal): -3456440 or 4735691. OLE color: 4735691.

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

Color convert

RGB 203 66 72 -
CMYK 0 0.67 0.65 0.20
HSL 357.37º 0.57% 0.53% -
HSV(B) 357.37º 0.67% 0.8% -
XYZ 27.75 17.06 7.96 -
YUV 107.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 203 66 72 0 0.67 0.65 0.20 357.37 0.57 0.53
Hex CB 42 48 0 43 41 14 165 39 35
Octal 313 102 110 0 103 101 24 545 71 65
Binary 11001011 1000010 1001000 0 1000011 1000001 10100 101100101 111001 110101

Color Harmonies of #CB4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4248

Black with #CB4248

Text Example


Text Example

White with #CB4248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4248; }

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

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

background-color css

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

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

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

border-color css

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

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

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