Html Css Color HEX #B30708 Venetian Red

📋 copy color: '#B30708'

red 179 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #B30708

Tints of Venetian Red #B30708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 92.27%
G = 3.61%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B30708 (or 0xB30708) is known color: Venetian Red. HEX triplet: B3, 07 and 08. RGB value is (179,7,8). Sum of RGB (Red+Green+Blue) = 179+7+8=194 (25% of max value = 765). Red value is 179 (70.31% from 255 or 92.27% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 179 - color contains mainly: red. Hex color #B30708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30708 is #4CF8F7. Grayscale: #3A3A3A. Windows color (decimal): -5044472 or 526259. OLE color: 526259.

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

Color convert

RGB 179 7 8 -
CMYK 0 0.96 0.96 0.30
HSL 359.65º 0.92% 0.36% -
HSV(B) 359.65º 0.96% 0.7% -
XYZ 18.71 9.75 1.13 -
YUV 58.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 179 7 8 0 0.96 0.96 0.30 359.65 0.92 0.36
Hex B3 7 8 0 60 60 1E 168 5C 24
Octal 263 7 10 0 140 140 36 550 134 44
Binary 10110011 111 1000 0 1100000 1100000 11110 101101000 1011100 100100

Color Harmonies of #B30708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30708

Black with #B30708

Text Example


Text Example

White with #B30708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30708; }

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

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

background-color css

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

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

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

border-color css

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

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

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