Html Css Color HEX #CB3849 Brick Red

📋 copy color: '#CB3849'

red 203 ◦ green 56 ◦ blue 73

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

Shades of Brick Red #CB3849

Tints of Brick Red #CB3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 61.14%
G = 16.87%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB3849 (or 0xCB3849) is known color: Brick Red. HEX triplet: CB, 38 and 49. RGB value is (203,56,73). Sum of RGB (Red+Green+Blue) = 203+56+73=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3849 is #34C7B6. Grayscale: #656565. Windows color (decimal): -3458999 or 4798667. OLE color: 4798667.

HSL color Cylindrical-coordinate representation of color #CB3849: hue angle of 353.06º 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 #CB3849 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 73 -
CMYK 0 0.72 0.64 0.20
HSL 353.06º 0.59% 0.51% -
HSV(B) 353.06º 0.72% 0.8% -
XYZ 27.25 16.01 7.96 -
YUV 101.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 203 56 73 0 0.72 0.64 0.20 353.06 0.59 0.51
Hex CB 38 49 0 48 40 14 161 3B 33
Octal 313 70 111 0 110 100 24 541 73 63
Binary 11001011 111000 1001001 0 1001000 1000000 10100 101100001 111011 110011

Color Harmonies of #CB3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3849

Black with #CB3849

Text Example


Text Example

White with #CB3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3849; }

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

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

background-color css

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

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

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

border-color css

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

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

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