Html Css Color HEX #B30A0C Venetian Red

📋 copy color: '#B30A0C'

red 179 ◦ green 10 ◦ blue 12

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

Shades of Venetian Red #B30A0C

Tints of Venetian Red #B30A0C

RGB

 RED value IS 179 (70.31% from 255) = 89.05%

 GREEN value IS 10 (4.3% from 255) = 4.98%

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 89.05%
G = 4.98%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B30A0C (or 0xB30A0C) is known color: Venetian Red. HEX triplet: B3, 0A and 0C. RGB value is (179,10,12). Sum of RGB (Red+Green+Blue) = 179+10+12=201 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.05% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30A0C is #4CF5F3. Grayscale: #3C3C3C. Windows color (decimal): -5043700 or 789171. OLE color: 789171.

HSL color Cylindrical-coordinate representation of color #B30A0C: hue angle of 359.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A0C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 10 12 -
CMYK 0 0.94 0.93 0.30
HSL 359.29º 0.89% 0.37% -
HSV(B) 359.29º 0.94% 0.7% -
XYZ 18.77 9.83 1.26 -
YUV 60.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 179 10 12 0 0.94 0.93 0.30 359.29 0.89 0.37
Hex B3 A C 0 5E 5D 1E 167 59 25
Octal 263 12 14 0 136 135 36 547 131 45
Binary 10110011 1010 1100 0 1011110 1011101 11110 101100111 1011001 100101

Color Harmonies of #B30A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A0C

Black with #B30A0C

Text Example


Text Example

White with #B30A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A0C; }

 p { color: rgb(179,10,12); }

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

background-color css

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

 a { background-color: rgb(179,10,12); }

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

border-color css

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

 span { border-color: rgb(179,10,12); }

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