Html Css Color HEX #CB2F3C Brick Red

📋 copy color: '#CB2F3C'

red 203 ◦ green 47 ◦ blue 60

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

Shades of Brick Red #CB2F3C

Tints of Brick Red #CB2F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 65.48%
G = 15.16%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB2F3C (or 0xCB2F3C) is known color: Brick Red. HEX triplet: CB, 2F and 3C. RGB value is (203,47,60). Sum of RGB (Red+Green+Blue) = 203+47+60=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F3C is #34D0C3. Grayscale: #5F5F5F. Windows color (decimal): -3461316 or 3944395. OLE color: 3944395.

HSL color Cylindrical-coordinate representation of color #CB2F3C: hue angle of 355º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F3C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 47 60 -
CMYK 0 0.77 0.70 0.20
HSL 355º 0.62% 0.49% -
HSV(B) 355º 0.77% 0.8% -
XYZ 26.46 15.06 5.79 -
YUV 95.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 203 47 60 0 0.77 0.70 0.20 355 0.62 0.49
Hex CB 2F 3C 0 4D 46 14 163 3E 31
Octal 313 57 74 0 115 106 24 543 76 61
Binary 11001011 101111 111100 0 1001101 1000110 10100 101100011 111110 110001

Color Harmonies of #CB2F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F3C

Black with #CB2F3C

Text Example


Text Example

White with #CB2F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F3C; }

 p { color: rgb(203,47,60); }

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

background-color css

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

 a { background-color: rgb(203,47,60); }

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

border-color css

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

 span { border-color: rgb(203,47,60); }

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