Html Css Color HEX #C3030A Venetian Red

📋 copy color: '#C3030A'

red 195 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #C3030A

Tints of Venetian Red #C3030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.81%

R = 93.75%
G = 1.44%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3030A (or 0xC3030A) is known color: Venetian Red. HEX triplet: C3, 03 and 0A. RGB value is (195,3,10). Sum of RGB (Red+Green+Blue) = 195+3+10=208 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.75% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 195 - color contains mainly: red. Hex color #C3030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3030A is #3CFCF5. Grayscale: #3D3D3D. Windows color (decimal): -3996918 or 656323. OLE color: 656323.

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

Color convert

RGB 195 3 10 -
CMYK 0 0.98 0.95 0.24
HSL 357.81º 0.97% 0.39% -
HSV(B) 357.81º 0.98% 0.76% -
XYZ 22.59 11.69 1.35 -
YUV 61.21 99.11 223.43 -
System Red Green Blue C M Y K H S L
Decimal 195 3 10 0 0.98 0.95 0.24 357.81 0.97 0.39
Hex C3 3 A 0 62 5F 18 166 61 27
Octal 303 3 12 0 142 137 30 546 141 47
Binary 11000011 11 1010 0 1100010 1011111 11000 101100110 1100001 100111

Color Harmonies of #C3030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3030A

Black with #C3030A

Text Example


Text Example

White with #C3030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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