Html Css Color HEX #CB0522 Venetian Red

📋 copy color: '#CB0522'

red 203 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #CB0522

Tints of Venetian Red #CB0522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 83.88%
G = 2.07%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB0522 (or 0xCB0522) is known color: Venetian Red. HEX triplet: CB, 05 and 22. RGB value is (203,5,34). Sum of RGB (Red+Green+Blue) = 203+5+34=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0522 is #34FADD. Grayscale: #434343. Windows color (decimal): -3472094 or 2229707. OLE color: 2229707.

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

Color convert

RGB 203 5 34 -
CMYK 0 0.98 0.83 0.20
HSL 351.21º 0.95% 0.41% -
HSV(B) 351.21º 0.98% 0.8% -
XYZ 24.97 12.92 2.69 -
YUV 67.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 203 5 34 0 0.98 0.83 0.20 351.21 0.95 0.41
Hex CB 5 22 0 62 53 14 15F 5F 29
Octal 313 5 42 0 142 123 24 537 137 51
Binary 11001011 101 100010 0 1100010 1010011 10100 101011111 1011111 101001

Color Harmonies of #CB0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0522

Black with #CB0522

Text Example


Text Example

White with #CB0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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