Html Css Color HEX #CB0005 Venetian Red

📋 copy color: '#CB0005'

red 203 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #CB0005

Tints of Venetian Red #CB0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 97.6%
G = 0%
B = 2.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB0005 (or 0xCB0005) is known color: Venetian Red. HEX triplet: CB, 00 and 05. RGB value is (203,0,5). Sum of RGB (Red+Green+Blue) = 203+0+5=208 (27% of max value = 765). Red value is 203 (79.69% from 255 or 97.60% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0005 is #34FFFA. Grayscale: #3D3D3D. Windows color (decimal): -3473403 or 327883. OLE color: 327883.

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

Color convert

RGB 203 0 5 -
CMYK 0 1 0.98 0.20
HSL 358.52º 1% 0.4% -
HSV(B) 358.52º 1% 0.8% -
XYZ 24.66 12.71 1.3 -
YUV 61.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 203 0 5 0 1 0.98 0.20 358.52 1 0.4
Hex CB 0 5 0 64 62 14 167 64 28
Octal 313 0 5 0 144 142 24 547 144 50
Binary 11001011 0 101 0 1100100 1100010 10100 101100111 1100100 101000

Color Harmonies of #CB0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0005

Black with #CB0005

Text Example


Text Example

White with #CB0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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