Html Css Color HEX #B30007 Venetian Red

📋 copy color: '#B30007'

red 179 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #B30007

Tints of Venetian Red #B30007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.76%

R = 96.24%
G = 0%
B = 3.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B30007 (or 0xB30007) is known color: Venetian Red. HEX triplet: B3, 00 and 07. RGB value is (179,0,7). Sum of RGB (Red+Green+Blue) = 179+0+7=186 (24% of max value = 765). Red value is 179 (70.31% from 255 or 96.24% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 179 - color contains mainly: red. Hex color #B30007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30007 is #4CFFF8. Grayscale: #363636. Windows color (decimal): -5046265 or 458931. OLE color: 458931.

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

Color convert

RGB 179 0 7 -
CMYK 0 1 0.96 0.30
HSL 357.65º 1% 0.35% -
HSV(B) 357.65º 1% 0.7% -
XYZ 18.63 9.6 1.07 -
YUV 54.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 179 0 7 0 1 0.96 0.30 357.65 1 0.35
Hex B3 0 7 0 64 60 1E 166 64 23
Octal 263 0 7 0 144 140 36 546 144 43
Binary 10110011 0 111 0 1100100 1100000 11110 101100110 1100100 100011

Color Harmonies of #B30007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30007

Black with #B30007

Text Example


Text Example

White with #B30007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30007; }

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

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

background-color css

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

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

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

border-color css

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

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

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