Html Css Color HEX #B30116 Venetian Red

📋 copy color: '#B30116'

red 179 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #B30116

Tints of Venetian Red #B30116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.89%

R = 88.61%
G = 0.5%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B30116 (or 0xB30116) is known color: Venetian Red. HEX triplet: B3, 01 and 16. RGB value is (179,1,22). Sum of RGB (Red+Green+Blue) = 179+1+22=202 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.61% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 179 - color contains mainly: red. Hex color #B30116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30116 is #4CFEE9. Grayscale: #383838. Windows color (decimal): -5045994 or 1442227. OLE color: 1442227.

HSL color Cylindrical-coordinate representation of color #B30116: hue angle of 352.92º 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 #B30116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 22 -
CMYK 0 0.99 0.88 0.30
HSL 352.92º 0.99% 0.35% -
HSV(B) 352.92º 0.99% 0.7% -
XYZ 18.75 9.66 1.64 -
YUV 56.62 108.47 215.29 -
System Red Green Blue C M Y K H S L
Decimal 179 1 22 0 0.99 0.88 0.30 352.92 0.99 0.35
Hex B3 1 16 0 63 58 1E 161 63 23
Octal 263 1 26 0 143 130 36 541 143 43
Binary 10110011 1 10110 0 1100011 1011000 11110 101100001 1100011 100011

Color Harmonies of #B30116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30116

Black with #B30116

Text Example


Text Example

White with #B30116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30116; }

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

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

background-color css

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

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

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

border-color css

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

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

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