Html Css Color HEX #B30112 Venetian Red

📋 copy color: '#B30112'

red 179 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #B30112

Tints of Venetian Red #B30112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 90.4%
G = 0.51%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B30112 (or 0xB30112) is known color: Venetian Red. HEX triplet: B3, 01 and 12. RGB value is (179,1,18). Sum of RGB (Red+Green+Blue) = 179+1+18=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B30112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30112 is #4CFEED. Grayscale: #383838. Windows color (decimal): -5045998 or 1180083. OLE color: 1180083.

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

Color convert

RGB 179 1 18 -
CMYK 0 0.99 0.90 0.30
HSL 354.27º 0.99% 0.35% -
HSV(B) 354.27º 0.99% 0.7% -
XYZ 18.71 9.65 1.45 -
YUV 56.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 179 1 18 0 0.99 0.90 0.30 354.27 0.99 0.35
Hex B3 1 12 0 63 5A 1E 162 63 23
Octal 263 1 22 0 143 132 36 542 143 43
Binary 10110011 1 10010 0 1100011 1011010 11110 101100010 1100011 100011

Color Harmonies of #B30112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30112

Black with #B30112

Text Example


Text Example

White with #B30112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30112; }

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

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

background-color css

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

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

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

border-color css

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

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

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