Html Css Color HEX #B30215 Venetian Red

📋 copy color: '#B30215'

red 179 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #B30215

Tints of Venetian Red #B30215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 88.61%
G = 0.99%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B30215 (or 0xB30215) is known color: Venetian Red. HEX triplet: B3, 02 and 15. RGB value is (179,2,21). Sum of RGB (Red+Green+Blue) = 179+2+21=202 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.61% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 179 - color contains mainly: red. Hex color #B30215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30215 is #4CFDEA. Grayscale: #393939. Windows color (decimal): -5045739 or 1376947. OLE color: 1376947.

HSL color Cylindrical-coordinate representation of color #B30215: hue angle of 353.56º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30215 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 21 -
CMYK 0 0.99 0.88 0.30
HSL 353.56º 0.98% 0.35% -
HSV(B) 353.56º 0.99% 0.7% -
XYZ 18.75 9.68 1.59 -
YUV 57.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 179 2 21 0 0.99 0.88 0.30 353.56 0.98 0.35
Hex B3 2 15 0 63 58 1E 162 62 23
Octal 263 2 25 0 143 130 36 542 142 43
Binary 10110011 10 10101 0 1100011 1011000 11110 101100010 1100010 100011

Color Harmonies of #B30215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30215

Black with #B30215

Text Example


Text Example

White with #B30215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30215; }

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

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

background-color css

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

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

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

border-color css

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

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

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