Html Css Color HEX #CB3643 Brick Red

📋 copy color: '#CB3643'

red 203 ◦ green 54 ◦ blue 67

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

Shades of Brick Red #CB3643

Tints of Brick Red #CB3643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 62.65%
G = 16.67%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB3643 (or 0xCB3643) is known color: Brick Red. HEX triplet: CB, 36 and 43. RGB value is (203,54,67). Sum of RGB (Red+Green+Blue) = 203+54+67=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3643 is #34C9BC. Grayscale: #646464. Windows color (decimal): -3459517 or 4404939. OLE color: 4404939.

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

Color convert

RGB 203 54 67 -
CMYK 0 0.73 0.67 0.20
HSL 354.77º 0.59% 0.5% -
HSV(B) 354.77º 0.73% 0.8% -
XYZ 26.96 15.74 6.93 -
YUV 100.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 203 54 67 0 0.73 0.67 0.20 354.77 0.59 0.5
Hex CB 36 43 0 49 43 14 163 3B 32
Octal 313 66 103 0 111 103 24 543 73 62
Binary 11001011 110110 1000011 0 1001001 1000011 10100 101100011 111011 110010

Color Harmonies of #CB3643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3643

Black with #CB3643

Text Example


Text Example

White with #CB3643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3643; }

 p { color: rgb(203,54,67); }

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

background-color css

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

 a { background-color: rgb(203,54,67); }

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

border-color css

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

 span { border-color: rgb(203,54,67); }

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