Html Css Color HEX #B30D20 Venetian Red

📋 copy color: '#B30D20'

red 179 ◦ green 13 ◦ blue 32

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

Shades of Venetian Red #B30D20

Tints of Venetian Red #B30D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.8%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 79.91%
G = 5.8%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B30D20 (or 0xB30D20) is known color: Venetian Red. HEX triplet: B3, 0D and 20. RGB value is (179,13,32). Sum of RGB (Red+Green+Blue) = 179+13+32=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D20 is #4CF2DF. Grayscale: #404040. Windows color (decimal): -5042912 or 2100659. OLE color: 2100659.

HSL color Cylindrical-coordinate representation of color #B30D20: hue angle of 353.13º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D20 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 13 32 -
CMYK 0 0.93 0.82 0.30
HSL 353.13º 0.86% 0.38% -
HSV(B) 353.13º 0.93% 0.7% -
XYZ 19 9.98 2.29 -
YUV 64.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 179 13 32 0 0.93 0.82 0.30 353.13 0.86 0.38
Hex B3 D 20 0 5D 52 1E 161 56 26
Octal 263 15 40 0 135 122 36 541 126 46
Binary 10110011 1101 100000 0 1011101 1010010 11110 101100001 1010110 100110

Color Harmonies of #B30D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30D20

Black with #B30D20

Text Example


Text Example

White with #B30D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30D20; }

 p { color: rgb(179,13,32); }

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

background-color css

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

 a { background-color: rgb(179,13,32); }

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

border-color css

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

 span { border-color: rgb(179,13,32); }

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