Html Css Color HEX #B30A1D Venetian Red

📋 copy color: '#B30A1D'

red 179 ◦ green 10 ◦ blue 29

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

Shades of Venetian Red #B30A1D

Tints of Venetian Red #B30A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

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

R = 82.11%
G = 4.59%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B30A1D (or 0xB30A1D) is known color: Venetian Red. HEX triplet: B3, 0A and 1D. RGB value is (179,10,29). Sum of RGB (Red+Green+Blue) = 179+10+29=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A1D is #4CF5E2. Grayscale: #3E3E3E. Windows color (decimal): -5043683 or 1903283. OLE color: 1903283.

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

Color convert

RGB 179 10 29 -
CMYK 0 0.94 0.84 0.30
HSL 353.25º 0.89% 0.37% -
HSV(B) 353.25º 0.94% 0.7% -
XYZ 18.92 9.89 2.07 -
YUV 62.7 108.99 210.96 -
System Red Green Blue C M Y K H S L
Decimal 179 10 29 0 0.94 0.84 0.30 353.25 0.89 0.37
Hex B3 A 1D 0 5E 54 1E 161 59 25
Octal 263 12 35 0 136 124 36 541 131 45
Binary 10110011 1010 11101 0 1011110 1010100 11110 101100001 1011001 100101

Color Harmonies of #B30A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A1D

Black with #B30A1D

Text Example


Text Example

White with #B30A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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