Html Css Color HEX #CB0528 Venetian Red

📋 copy color: '#CB0528'

red 203 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #CB0528

Tints of Venetian Red #CB0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 81.85%
G = 2.02%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB0528 (or 0xCB0528) is known color: Venetian Red. HEX triplet: CB, 05 and 28. RGB value is (203,5,40). Sum of RGB (Red+Green+Blue) = 203+5+40=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0528 is #34FAD7. Grayscale: #444444. Windows color (decimal): -3472088 or 2622923. OLE color: 2622923.

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

Color convert

RGB 203 5 40 -
CMYK 0 0.98 0.80 0.20
HSL 349.39º 0.95% 0.41% -
HSV(B) 349.39º 0.98% 0.8% -
XYZ 25.07 12.96 3.19 -
YUV 68.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 203 5 40 0 0.98 0.80 0.20 349.39 0.95 0.41
Hex CB 5 28 0 62 50 14 15D 5F 29
Octal 313 5 50 0 142 120 24 535 137 51
Binary 11001011 101 101000 0 1100010 1010000 10100 101011101 1011111 101001

Color Harmonies of #CB0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0528

Black with #CB0528

Text Example


Text Example

White with #CB0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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