Html Css Color HEX #B30005 Venetian Red

📋 copy color: '#B30005'

red 179 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #B30005

Tints of Venetian Red #B30005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 97.28%
G = 0%
B = 2.72%

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

#B30005 (or 0xB30005) is known color: Venetian Red. HEX triplet: B3, 00 and 05. RGB value is (179,0,5). Sum of RGB (Red+Green+Blue) = 179+0+5=184 (24% of max value = 765). Red value is 179 (70.31% from 255 or 97.28% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 179 - color contains mainly: red. Hex color #B30005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30005 is #4CFFFA. Grayscale: #363636. Windows color (decimal): -5046267 or 327859. OLE color: 327859.

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

Color convert

RGB 179 0 5 -
CMYK 0 1 0.97 0.30
HSL 358.32º 1% 0.35% -
HSV(B) 358.32º 1% 0.7% -
XYZ 18.62 9.59 1.01 -
YUV 54.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 179 0 5 0 1 0.97 0.30 358.32 1 0.35
Hex B3 0 5 0 64 61 1E 166 64 23
Octal 263 0 5 0 144 141 36 546 144 43
Binary 10110011 0 101 0 1100100 1100001 11110 101100110 1100100 100011

Color Harmonies of #B30005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30005

Black with #B30005

Text Example


Text Example

White with #B30005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30005; }

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

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

background-color css

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

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

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

border-color css

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

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

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