Html Css Color HEX #CB0020 Venetian Red

📋 copy color: '#CB0020'

red 203 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #CB0020

Tints of Venetian Red #CB0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 86.38%
G = 0%
B = 13.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB0020 (or 0xCB0020) is known color: Venetian Red. HEX triplet: CB, 00 and 20. RGB value is (203,0,32). Sum of RGB (Red+Green+Blue) = 203+0+32=235 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.38% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0020 is #34FFDF. Grayscale: #404040. Windows color (decimal): -3473376 or 2097355. OLE color: 2097355.

HSL color Cylindrical-coordinate representation of color #CB0020: hue angle of 350.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0020 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 32 -
CMYK 0 1 0.84 0.20
HSL 350.54º 1% 0.4% -
HSV(B) 350.54º 1% 0.8% -
XYZ 24.89 12.8 2.53 -
YUV 64.35 109.75 226.9 -
System Red Green Blue C M Y K H S L
Decimal 203 0 32 0 1 0.84 0.20 350.54 1 0.4
Hex CB 0 20 0 64 54 14 15F 64 28
Octal 313 0 40 0 144 124 24 537 144 50
Binary 11001011 0 100000 0 1100100 1010100 10100 101011111 1100100 101000

Color Harmonies of #CB0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0020

Black with #CB0020

Text Example


Text Example

White with #CB0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0020; }

 p { color: rgb(203,0,32); }

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

background-color css

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

 a { background-color: rgb(203,0,32); }

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

border-color css

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

 span { border-color: rgb(203,0,32); }

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