Html Css Color HEX #CB000C Venetian Red

📋 copy color: '#CB000C'

red 203 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #CB000C

Tints of Venetian Red #CB000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 94.42%
G = 0%
B = 5.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB000C (or 0xCB000C) is known color: Venetian Red. HEX triplet: CB, 00 and 0C. RGB value is (203,0,12). Sum of RGB (Red+Green+Blue) = 203+0+12=215 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.42% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 203 - color contains mainly: red. Hex color #CB000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB000C is #34FFF3. Grayscale: #3E3E3E. Windows color (decimal): -3473396 or 786635. OLE color: 786635.

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

Color convert

RGB 203 0 12 -
CMYK 0 1 0.94 0.20
HSL 356.45º 1% 0.4% -
HSV(B) 356.45º 1% 0.8% -
XYZ 24.69 12.72 1.5 -
YUV 62.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 203 0 12 0 1 0.94 0.20 356.45 1 0.4
Hex CB 0 C 0 64 5E 14 164 64 28
Octal 313 0 14 0 144 136 24 544 144 50
Binary 11001011 0 1100 0 1100100 1011110 10100 101100100 1100100 101000

Color Harmonies of #CB000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB000C

Black with #CB000C

Text Example


Text Example

White with #CB000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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