Html Css Color HEX #CA032B Venetian Red

📋 copy color: '#CA032B'

red 202 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #CA032B

Tints of Venetian Red #CA032B

RGB

 RED value IS 202 (79.3% from 255) = 81.45%

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 81.45%
G = 1.21%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA032B (or 0xCA032B) is known color: Venetian Red. HEX triplet: CA, 03 and 2B. RGB value is (202,3,43). Sum of RGB (Red+Green+Blue) = 202+3+43=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA032B is #35FCD4. Grayscale: #434343. Windows color (decimal): -3538133 or 2819018. OLE color: 2819018.

HSL color Cylindrical-coordinate representation of color #CA032B: hue angle of 347.94º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA032B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 43 -
CMYK 0 0.99 0.79 0.21
HSL 347.94º 0.97% 0.4% -
HSV(B) 347.94º 0.99% 0.79% -
XYZ 24.83 12.8 3.45 -
YUV 67.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 202 3 43 0 0.99 0.79 0.21 347.94 0.97 0.4
Hex CA 3 2B 0 63 4F 15 15C 61 28
Octal 312 3 53 0 143 117 25 534 141 50
Binary 11001010 11 101011 0 1100011 1001111 10101 101011100 1100001 101000

Color Harmonies of #CA032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA032B

Black with #CA032B

Text Example


Text Example

White with #CA032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA032B; }

 p { color: rgb(202,3,43); }

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

background-color css

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

 a { background-color: rgb(202,3,43); }

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

border-color css

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

 span { border-color: rgb(202,3,43); }

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