Html Css Color HEX #C30B23 Venetian Red

📋 copy color: '#C30B23'

red 195 ◦ green 11 ◦ blue 35

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

Shades of Venetian Red #C30B23

Tints of Venetian Red #C30B23

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 35 (14.06% from 255) = 14.52%

R = 80.91%
G = 4.56%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30B23 (or 0xC30B23) is known color: Venetian Red. HEX triplet: C3, 0B and 23. RGB value is (195,11,35). Sum of RGB (Red+Green+Blue) = 195+11+35=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B23 is #3CF4DC. Grayscale: #444444. Windows color (decimal): -3994845 or 2296771. OLE color: 2296771.

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

Color convert

RGB 195 11 35 -
CMYK 0 0.94 0.82 0.24
HSL 352.17º 0.89% 0.4% -
HSV(B) 352.17º 0.94% 0.76% -
XYZ 22.93 11.96 2.69 -
YUV 68.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 195 11 35 0 0.94 0.82 0.24 352.17 0.89 0.4
Hex C3 B 23 0 5E 52 18 160 59 28
Octal 303 13 43 0 136 122 30 540 131 50
Binary 11000011 1011 100011 0 1011110 1010010 11000 101100000 1011001 101000

Color Harmonies of #C30B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B23

Black with #C30B23

Text Example


Text Example

White with #C30B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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