Html Css Color HEX #B30109 Venetian Red

📋 copy color: '#B30109'

red 179 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #B30109

Tints of Venetian Red #B30109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.76%

R = 94.71%
G = 0.53%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B30109 (or 0xB30109) is known color: Venetian Red. HEX triplet: B3, 01 and 09. RGB value is (179,1,9). Sum of RGB (Red+Green+Blue) = 179+1+9=189 (25% of max value = 765). Red value is 179 (70.31% from 255 or 94.71% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 179 - color contains mainly: red. Hex color #B30109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30109 is #4CFEF6. Grayscale: #373737. Windows color (decimal): -5046007 or 590259. OLE color: 590259.

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

Color convert

RGB 179 1 9 -
CMYK 0 0.99 0.95 0.30
HSL 357.3º 0.99% 0.35% -
HSV(B) 357.3º 0.99% 0.7% -
XYZ 18.65 9.63 1.13 -
YUV 55.13 101.97 216.35 -
System Red Green Blue C M Y K H S L
Decimal 179 1 9 0 0.99 0.95 0.30 357.3 0.99 0.35
Hex B3 1 9 0 63 5F 1E 165 63 23
Octal 263 1 11 0 143 137 36 545 143 43
Binary 10110011 1 1001 0 1100011 1011111 11110 101100101 1100011 100011

Color Harmonies of #B30109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30109

Black with #B30109

Text Example


Text Example

White with #B30109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30109; }

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

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

background-color css

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

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

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

border-color css

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

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

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