Html Css Color HEX #CB050C Venetian Red

📋 copy color: '#CB050C'

red 203 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #CB050C

Tints of Venetian Red #CB050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

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

R = 92.27%
G = 2.27%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB050C (or 0xCB050C) is known color: Venetian Red. HEX triplet: CB, 05 and 0C. RGB value is (203,5,12). Sum of RGB (Red+Green+Blue) = 203+5+12=220 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.27% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 203 - color contains mainly: red. Hex color #CB050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB050C is #34FAF3. Grayscale: #414141. Windows color (decimal): -3472116 or 787915. OLE color: 787915.

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

Color convert

RGB 203 5 12 -
CMYK 0 0.98 0.94 0.20
HSL 357.88º 0.95% 0.41% -
HSV(B) 357.88º 0.98% 0.8% -
XYZ 24.75 12.83 1.52 -
YUV 65 98.1 226.43 -
System Red Green Blue C M Y K H S L
Decimal 203 5 12 0 0.98 0.94 0.20 357.88 0.95 0.41
Hex CB 5 C 0 62 5E 14 166 5F 29
Octal 313 5 14 0 142 136 24 546 137 51
Binary 11001011 101 1100 0 1100010 1011110 10100 101100110 1011111 101001

Color Harmonies of #CB050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB050C

Black with #CB050C

Text Example


Text Example

White with #CB050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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