Html Css Color HEX #C3030B Venetian Red

📋 copy color: '#C3030B'

red 195 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #C3030B

Tints of Venetian Red #C3030B

RGB

 RED value IS 195 (76.56% from 255) = 93.3%

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 93.3%
G = 1.44%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3030B (or 0xC3030B) is known color: Venetian Red. HEX triplet: C3, 03 and 0B. RGB value is (195,3,11). Sum of RGB (Red+Green+Blue) = 195+3+11=209 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.30% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 195 - color contains mainly: red. Hex color #C3030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3030B is #3CFCF4. Grayscale: #3D3D3D. Windows color (decimal): -3996917 or 721859. OLE color: 721859.

HSL color Cylindrical-coordinate representation of color #C3030B: hue angle of 357.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 11 -
CMYK 0 0.98 0.94 0.24
HSL 357.5º 0.97% 0.39% -
HSV(B) 357.5º 0.98% 0.76% -
XYZ 22.6 11.69 1.38 -
YUV 61.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 195 3 11 0 0.98 0.94 0.24 357.5 0.97 0.39
Hex C3 3 B 0 62 5E 18 166 61 27
Octal 303 3 13 0 142 136 30 546 141 47
Binary 11000011 11 1011 0 1100010 1011110 11000 101100110 1100001 100111

Color Harmonies of #C3030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3030B

Black with #C3030B

Text Example


Text Example

White with #C3030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3030B; }

 p { color: rgb(195,3,11); }

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

background-color css

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

 a { background-color: rgb(195,3,11); }

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

border-color css

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

 span { border-color: rgb(195,3,11); }

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