Html Css Color HEX #CB0B1A Venetian Red

📋 copy color: '#CB0B1A'

red 203 ◦ green 11 ◦ blue 26

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

Shades of Venetian Red #CB0B1A

Tints of Venetian Red #CB0B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 84.58%
G = 4.58%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB0B1A (or 0xCB0B1A) is known color: Venetian Red. HEX triplet: CB, 0B and 1A. RGB value is (203,11,26). Sum of RGB (Red+Green+Blue) = 203+11+26=240 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.58% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B1A is #34F4E5. Grayscale: #464646. Windows color (decimal): -3470566 or 1706955. OLE color: 1706955.

HSL color Cylindrical-coordinate representation of color #CB0B1A: hue angle of 355.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B1A is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 11 26 -
CMYK 0 0.95 0.87 0.20
HSL 355.31º 0.9% 0.42% -
HSV(B) 355.31º 0.95% 0.8% -
XYZ 24.93 13.01 2.17 -
YUV 70.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 203 11 26 0 0.95 0.87 0.20 355.31 0.9 0.42
Hex CB B 1A 0 5F 57 14 163 5A 2A
Octal 313 13 32 0 137 127 24 543 132 52
Binary 11001011 1011 11010 0 1011111 1010111 10100 101100011 1011010 101010

Color Harmonies of #CB0B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B1A

Black with #CB0B1A

Text Example


Text Example

White with #CB0B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B1A; }

 p { color: rgb(203,11,26); }

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

background-color css

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

 a { background-color: rgb(203,11,26); }

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

border-color css

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

 span { border-color: rgb(203,11,26); }

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