Html Css Color HEX #CB2F46 Brick Red

📋 copy color: '#CB2F46'

red 203 ◦ green 47 ◦ blue 70

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

Shades of Brick Red #CB2F46

Tints of Brick Red #CB2F46

RGB

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

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

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

R = 63.44%
G = 14.69%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2F46 (or 0xCB2F46) is known color: Brick Red. HEX triplet: CB, 2F and 46. RGB value is (203,47,70). Sum of RGB (Red+Green+Blue) = 203+47+70=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F46 is #34D0B9. Grayscale: #606060. Windows color (decimal): -3461306 or 4599755. OLE color: 4599755.

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

Color convert

RGB 203 47 70 -
CMYK 0 0.77 0.66 0.20
HSL 351.15º 0.62% 0.49% -
HSV(B) 351.15º 0.77% 0.8% -
XYZ 26.75 15.17 7.31 -
YUV 96.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 203 47 70 0 0.77 0.66 0.20 351.15 0.62 0.49
Hex CB 2F 46 0 4D 42 14 15F 3E 31
Octal 313 57 106 0 115 102 24 537 76 61
Binary 11001011 101111 1000110 0 1001101 1000010 10100 101011111 111110 110001

Color Harmonies of #CB2F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F46

Black with #CB2F46

Text Example


Text Example

White with #CB2F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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