Html Css Color HEX #B30515 Venetian Red

📋 copy color: '#B30515'

red 179 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #B30515

Tints of Venetian Red #B30515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 87.32%
G = 2.44%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B30515 (or 0xB30515) is known color: Venetian Red. HEX triplet: B3, 05 and 15. RGB value is (179,5,21). Sum of RGB (Red+Green+Blue) = 179+5+21=205 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.32% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 179 - color contains mainly: red. Hex color #B30515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30515 is #4CFAEA. Grayscale: #3A3A3A. Windows color (decimal): -5044971 or 1377715. OLE color: 1377715.

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

Color convert

RGB 179 5 21 -
CMYK 0 0.97 0.88 0.30
HSL 354.48º 0.95% 0.36% -
HSV(B) 354.48º 0.97% 0.7% -
XYZ 18.78 9.75 1.6 -
YUV 58.85 106.65 213.7 -
System Red Green Blue C M Y K H S L
Decimal 179 5 21 0 0.97 0.88 0.30 354.48 0.95 0.36
Hex B3 5 15 0 61 58 1E 162 5F 24
Octal 263 5 25 0 141 130 36 542 137 44
Binary 10110011 101 10101 0 1100001 1011000 11110 101100010 1011111 100100

Color Harmonies of #B30515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30515

Black with #B30515

Text Example


Text Example

White with #B30515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30515; }

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

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

background-color css

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

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

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

border-color css

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

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

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