Html Css Color HEX #B30511 Venetian Red

📋 copy color: '#B30511'

red 179 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #B30511

Tints of Venetian Red #B30511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 17 (7.03% from 255) = 8.46%

R = 89.05%
G = 2.49%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B30511 (or 0xB30511) is known color: Venetian Red. HEX triplet: B3, 05 and 11. RGB value is (179,5,17). Sum of RGB (Red+Green+Blue) = 179+5+17=201 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.05% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 179 - color contains mainly: red. Hex color #B30511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30511 is #4CFAEE. Grayscale: #3A3A3A. Windows color (decimal): -5044975 or 1115571. OLE color: 1115571.

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

Color convert

RGB 179 5 17 -
CMYK 0 0.97 0.91 0.30
HSL 355.86º 0.95% 0.36% -
HSV(B) 355.86º 0.97% 0.7% -
XYZ 18.75 9.73 1.42 -
YUV 58.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 179 5 17 0 0.97 0.91 0.30 355.86 0.95 0.36
Hex B3 5 11 0 61 5B 1E 164 5F 24
Octal 263 5 21 0 141 133 36 544 137 44
Binary 10110011 101 10001 0 1100001 1011011 11110 101100100 1011111 100100

Color Harmonies of #B30511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30511

Black with #B30511

Text Example


Text Example

White with #B30511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30511; }

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

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

background-color css

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

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

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

border-color css

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

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

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