Html Css Color HEX #CB0F32 Cardinal

📋 copy color: '#CB0F32'

red 203 ◦ green 15 ◦ blue 50

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

Shades of Cardinal #CB0F32

Tints of Cardinal #CB0F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 75.75%
G = 5.6%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB0F32 (or 0xCB0F32) is known color: Cardinal. HEX triplet: CB, 0F and 32. RGB value is (203,15,50). Sum of RGB (Red+Green+Blue) = 203+15+50=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F32 is #34F0CD. Grayscale: #4B4B4B. Windows color (decimal): -3469518 or 3280843. OLE color: 3280843.

HSL color Cylindrical-coordinate representation of color #CB0F32: hue angle of 348.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F32 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 15 50 -
CMYK 0 0.93 0.75 0.20
HSL 348.83º 0.86% 0.43% -
HSV(B) 348.83º 0.93% 0.8% -
XYZ 25.38 13.27 4.24 -
YUV 75.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 203 15 50 0 0.93 0.75 0.20 348.83 0.86 0.43
Hex CB F 32 0 5D 4B 14 15D 56 2B
Octal 313 17 62 0 135 113 24 535 126 53
Binary 11001011 1111 110010 0 1011101 1001011 10100 101011101 1010110 101011

Color Harmonies of #CB0F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0F32

Black with #CB0F32

Text Example


Text Example

White with #CB0F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0F32; }

 p { color: rgb(203,15,50); }

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

background-color css

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

 a { background-color: rgb(203,15,50); }

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

border-color css

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

 span { border-color: rgb(203,15,50); }

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