Html Css Color HEX #CB3646 Brick Red

📋 copy color: '#CB3646'

red 203 ◦ green 54 ◦ blue 70

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

Shades of Brick Red #CB3646

Tints of Brick Red #CB3646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 62.08%
G = 16.51%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB3646 (or 0xCB3646) is known color: Brick Red. HEX triplet: CB, 36 and 46. RGB value is (203,54,70). Sum of RGB (Red+Green+Blue) = 203+54+70=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3646 is #34C9B9. Grayscale: #646464. Windows color (decimal): -3459514 or 4601547. OLE color: 4601547.

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

Color convert

RGB 203 54 70 -
CMYK 0 0.73 0.66 0.20
HSL 353.56º 0.59% 0.5% -
HSV(B) 353.56º 0.73% 0.8% -
XYZ 27.05 15.78 7.41 -
YUV 100.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 203 54 70 0 0.73 0.66 0.20 353.56 0.59 0.5
Hex CB 36 46 0 49 42 14 162 3B 32
Octal 313 66 106 0 111 102 24 542 73 62
Binary 11001011 110110 1000110 0 1001001 1000010 10100 101100010 111011 110010

Color Harmonies of #CB3646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3646

Black with #CB3646

Text Example


Text Example

White with #CB3646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3646; }

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

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

background-color css

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

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

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

border-color css

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

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

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