Html Css Color HEX #B30108 Venetian Red

📋 copy color: '#B30108'

red 179 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #B30108

Tints of Venetian Red #B30108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.26%

R = 95.21%
G = 0.53%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B30108 (or 0xB30108) is known color: Venetian Red. HEX triplet: B3, 01 and 08. RGB value is (179,1,8). Sum of RGB (Red+Green+Blue) = 179+1+8=188 (24% of max value = 765). Red value is 179 (70.31% from 255 or 95.21% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 179 - color contains mainly: red. Hex color #B30108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30108 is #4CFEF7. Grayscale: #373737. Windows color (decimal): -5046008 or 524723. OLE color: 524723.

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

Color convert

RGB 179 1 8 -
CMYK 0 0.99 0.96 0.30
HSL 357.64º 0.99% 0.35% -
HSV(B) 357.64º 0.99% 0.7% -
XYZ 18.65 9.62 1.1 -
YUV 55.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 179 1 8 0 0.99 0.96 0.30 357.64 0.99 0.35
Hex B3 1 8 0 63 60 1E 166 63 23
Octal 263 1 10 0 143 140 36 546 143 43
Binary 10110011 1 1000 0 1100011 1100000 11110 101100110 1100011 100011

Color Harmonies of #B30108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30108

Black with #B30108

Text Example


Text Example

White with #B30108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30108; }

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

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

background-color css

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

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

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

border-color css

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

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

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