Html Css Color HEX #B30812 Venetian Red

📋 copy color: '#B30812'

red 179 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #B30812

Tints of Venetian Red #B30812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 87.32%
G = 3.9%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B30812 (or 0xB30812) is known color: Venetian Red. HEX triplet: B3, 08 and 12. RGB value is (179,8,18). Sum of RGB (Red+Green+Blue) = 179+8+18=205 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.32% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 179 - color contains mainly: red. Hex color #B30812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30812 is #4CF7ED. Grayscale: #3C3C3C. Windows color (decimal): -5044206 or 1181875. OLE color: 1181875.

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

Color convert

RGB 179 8 18 -
CMYK 0 0.96 0.90 0.30
HSL 356.49º 0.91% 0.37% -
HSV(B) 356.49º 0.96% 0.7% -
XYZ 18.79 9.8 1.47 -
YUV 60.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 179 8 18 0 0.96 0.90 0.30 356.49 0.91 0.37
Hex B3 8 12 0 60 5A 1E 164 5B 25
Octal 263 10 22 0 140 132 36 544 133 45
Binary 10110011 1000 10010 0 1100000 1011010 11110 101100100 1011011 100101

Color Harmonies of #B30812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30812

Black with #B30812

Text Example


Text Example

White with #B30812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30812; }

 p { color: rgb(179,8,18); }

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

background-color css

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

 a { background-color: rgb(179,8,18); }

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

border-color css

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

 span { border-color: rgb(179,8,18); }

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