Html Css Color HEX #CB1032 Cardinal

📋 copy color: '#CB1032'

red 203 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #CB1032

Tints of Cardinal #CB1032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 75.46%
G = 5.95%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB1032 (or 0xCB1032) is known color: Cardinal. HEX triplet: CB, 10 and 32. RGB value is (203,16,50). Sum of RGB (Red+Green+Blue) = 203+16+50=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1032 is #34EFCD. Grayscale: #4B4B4B. Windows color (decimal): -3469262 or 3281099. OLE color: 3281099.

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

Color convert

RGB 203 16 50 -
CMYK 0 0.92 0.75 0.20
HSL 349.09º 0.85% 0.43% -
HSV(B) 349.09º 0.92% 0.8% -
XYZ 25.39 13.3 4.25 -
YUV 75.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 203 16 50 0 0.92 0.75 0.20 349.09 0.85 0.43
Hex CB 10 32 0 5C 4B 14 15D 55 2B
Octal 313 20 62 0 134 113 24 535 125 53
Binary 11001011 10000 110010 0 1011100 1001011 10100 101011101 1010101 101011

Color Harmonies of #CB1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1032

Black with #CB1032

Text Example


Text Example

White with #CB1032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1032; }

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

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

background-color css

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

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

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

border-color css

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

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

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