Html Css Color HEX #B30E1D Venetian Red

📋 copy color: '#B30E1D'

red 179 ◦ green 14 ◦ blue 29

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

Shades of Venetian Red #B30E1D

Tints of Venetian Red #B30E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.31%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 80.63%
G = 6.31%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B30E1D (or 0xB30E1D) is known color: Venetian Red. HEX triplet: B3, 0E and 1D. RGB value is (179,14,29). Sum of RGB (Red+Green+Blue) = 179+14+29=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E1D is #4CF1E2. Grayscale: #414141. Windows color (decimal): -5042659 or 1904307. OLE color: 1904307.

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

Color convert

RGB 179 14 29 -
CMYK 0 0.92 0.84 0.30
HSL 354.55º 0.85% 0.38% -
HSV(B) 354.55º 0.92% 0.7% -
XYZ 18.97 9.99 2.09 -
YUV 65.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 179 14 29 0 0.92 0.84 0.30 354.55 0.85 0.38
Hex B3 E 1D 0 5C 54 1E 163 55 26
Octal 263 16 35 0 134 124 36 543 125 46
Binary 10110011 1110 11101 0 1011100 1010100 11110 101100011 1010101 100110

Color Harmonies of #B30E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30E1D

Black with #B30E1D

Text Example


Text Example

White with #B30E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30E1D; }

 p { color: rgb(179,14,29); }

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

background-color css

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

 a { background-color: rgb(179,14,29); }

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

border-color css

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

 span { border-color: rgb(179,14,29); }

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