Html Css Color HEX #B3010B Venetian Red

📋 copy color: '#B3010B'

red 179 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #B3010B

Tints of Venetian Red #B3010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.76%

R = 93.72%
G = 0.52%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3010B (or 0xB3010B) is known color: Venetian Red. HEX triplet: B3, 01 and 0B. RGB value is (179,1,11). Sum of RGB (Red+Green+Blue) = 179+1+11=191 (25% of max value = 765). Red value is 179 (70.31% from 255 or 93.72% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 179 - color contains mainly: red. Hex color #B3010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3010B is #4CFEF4. Grayscale: #373737. Windows color (decimal): -5046005 or 721331. OLE color: 721331.

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

Color convert

RGB 179 1 11 -
CMYK 0 0.99 0.94 0.30
HSL 356.63º 0.99% 0.35% -
HSV(B) 356.63º 0.99% 0.7% -
XYZ 18.66 9.63 1.19 -
YUV 55.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 179 1 11 0 0.99 0.94 0.30 356.63 0.99 0.35
Hex B3 1 B 0 63 5E 1E 165 63 23
Octal 263 1 13 0 143 136 36 545 143 43
Binary 10110011 1 1011 0 1100011 1011110 11110 101100101 1100011 100011

Color Harmonies of #B3010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3010B

Black with #B3010B

Text Example


Text Example

White with #B3010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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