Html Css Color HEX #CB2349 Brick Red

📋 copy color: '#CB2349'

red 203 ◦ green 35 ◦ blue 73

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

Shades of Brick Red #CB2349

Tints of Brick Red #CB2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 65.27%
G = 11.25%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB2349 (or 0xCB2349) is known color: Brick Red. HEX triplet: CB, 23 and 49. RGB value is (203,35,73). Sum of RGB (Red+Green+Blue) = 203+35+73=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2349 is #34DCB6. Grayscale: #595959. Windows color (decimal): -3464375 or 4793291. OLE color: 4793291.

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

Color convert

RGB 203 35 73 -
CMYK 0 0.83 0.64 0.20
HSL 346.43º 0.71% 0.47% -
HSV(B) 346.43º 0.83% 0.8% -
XYZ 26.43 14.38 7.69 -
YUV 89.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 203 35 73 0 0.83 0.64 0.20 346.43 0.71 0.47
Hex CB 23 49 0 53 40 14 15A 47 2F
Octal 313 43 111 0 123 100 24 532 107 57
Binary 11001011 100011 1001001 0 1010011 1000000 10100 101011010 1000111 101111

Color Harmonies of #CB2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2349

Black with #CB2349

Text Example


Text Example

White with #CB2349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2349; }

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

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

background-color css

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

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

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

border-color css

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

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

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