Html Css Color HEX #B30006 Venetian Red

📋 copy color: '#B30006'

red 179 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #B30006

Tints of Venetian Red #B30006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 96.76%
G = 0%
B = 3.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B30006 (or 0xB30006) is known color: Venetian Red. HEX triplet: B3, 00 and 06. RGB value is (179,0,6). Sum of RGB (Red+Green+Blue) = 179+0+6=185 (24% of max value = 765). Red value is 179 (70.31% from 255 or 96.76% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 179 - color contains mainly: red. Hex color #B30006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30006 is #4CFFF9. Grayscale: #363636. Windows color (decimal): -5046266 or 393395. OLE color: 393395.

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

Color convert

RGB 179 0 6 -
CMYK 0 1 0.97 0.30
HSL 357.99º 1% 0.35% -
HSV(B) 357.99º 1% 0.7% -
XYZ 18.62 9.6 1.04 -
YUV 54.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 179 0 6 0 1 0.97 0.30 357.99 1 0.35
Hex B3 0 6 0 64 61 1E 166 64 23
Octal 263 0 6 0 144 141 36 546 144 43
Binary 10110011 0 110 0 1100100 1100001 11110 101100110 1100100 100011

Color Harmonies of #B30006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30006

Black with #B30006

Text Example


Text Example

White with #B30006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30006; }

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

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

background-color css

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

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

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

border-color css

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

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

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