Html Css Color HEX #B30016 Venetian Red

📋 copy color: '#B30016'

red 179 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #B30016

Tints of Venetian Red #B30016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.05%
G = 0%
B = 10.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B30016 (or 0xB30016) is known color: Venetian Red. HEX triplet: B3, 00 and 16. RGB value is (179,0,22). Sum of RGB (Red+Green+Blue) = 179+0+22=201 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.05% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 179 - color contains mainly: red. Hex color #B30016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30016 is #4CFFE9. Grayscale: #383838. Windows color (decimal): -5046250 or 1441971. OLE color: 1441971.

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

Color convert

RGB 179 0 22 -
CMYK 0 1 0.88 0.30
HSL 352.63º 1% 0.35% -
HSV(B) 352.63º 1% 0.7% -
XYZ 18.74 9.64 1.63 -
YUV 56.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 179 0 22 0 1 0.88 0.30 352.63 1 0.35
Hex B3 0 16 0 64 58 1E 161 64 23
Octal 263 0 26 0 144 130 36 541 144 43
Binary 10110011 0 10110 0 1100100 1011000 11110 101100001 1100100 100011

Color Harmonies of #B30016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30016

Black with #B30016

Text Example


Text Example

White with #B30016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30016; }

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

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

background-color css

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

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

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

border-color css

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

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

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