Html Css Color HEX #B30A1C Venetian Red

📋 copy color: '#B30A1C'

red 179 ◦ green 10 ◦ blue 28

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

Shades of Venetian Red #B30A1C

Tints of Venetian Red #B30A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 82.49%
G = 4.61%
B = 12.9%

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

#B30A1C (or 0xB30A1C) is known color: Venetian Red. HEX triplet: B3, 0A and 1C. RGB value is (179,10,28). Sum of RGB (Red+Green+Blue) = 179+10+28=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A1C is #4CF5E3. Grayscale: #3E3E3E. Windows color (decimal): -5043684 or 1837747. OLE color: 1837747.

HSL color Cylindrical-coordinate representation of color #B30A1C: hue angle of 353.61º 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 #B30A1C is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 10 28 -
CMYK 0 0.94 0.84 0.30
HSL 353.61º 0.89% 0.37% -
HSV(B) 353.61º 0.94% 0.7% -
XYZ 18.91 9.88 2.01 -
YUV 62.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 179 10 28 0 0.94 0.84 0.30 353.61 0.89 0.37
Hex B3 A 1C 0 5E 54 1E 162 59 25
Octal 263 12 34 0 136 124 36 542 131 45
Binary 10110011 1010 11100 0 1011110 1010100 11110 101100010 1011001 100101

Color Harmonies of #B30A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A1C

Black with #B30A1C

Text Example


Text Example

White with #B30A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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