Html Css Color HEX #B30315 Venetian Red

📋 copy color: '#B30315'

red 179 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #B30315

Tints of Venetian Red #B30315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 88.18%
G = 1.48%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B30315 (or 0xB30315) is known color: Venetian Red. HEX triplet: B3, 03 and 15. RGB value is (179,3,21). Sum of RGB (Red+Green+Blue) = 179+3+21=203 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.18% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 179 - color contains mainly: red. Hex color #B30315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30315 is #4CFCEA. Grayscale: #393939. Windows color (decimal): -5045483 or 1377203. OLE color: 1377203.

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

Color convert

RGB 179 3 21 -
CMYK 0 0.98 0.88 0.30
HSL 353.86º 0.97% 0.36% -
HSV(B) 353.86º 0.98% 0.7% -
XYZ 18.76 9.7 1.59 -
YUV 57.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 179 3 21 0 0.98 0.88 0.30 353.86 0.97 0.36
Hex B3 3 15 0 62 58 1E 162 61 24
Octal 263 3 25 0 142 130 36 542 141 44
Binary 10110011 11 10101 0 1100010 1011000 11110 101100010 1100001 100100

Color Harmonies of #B30315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30315

Black with #B30315

Text Example


Text Example

White with #B30315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30315; }

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

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

background-color css

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

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

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

border-color css

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

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

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