Html Css Color HEX #B30A0D Venetian Red

📋 copy color: '#B30A0D'

red 179 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #B30A0D

Tints of Venetian Red #B30A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 88.61%
G = 4.95%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B30A0D (or 0xB30A0D) is known color: Venetian Red. HEX triplet: B3, 0A and 0D. RGB value is (179,10,13). Sum of RGB (Red+Green+Blue) = 179+10+13=202 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.61% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30A0D is #4CF5F2. Grayscale: #3D3D3D. Windows color (decimal): -5043699 or 854707. OLE color: 854707.

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

Color convert

RGB 179 10 13 -
CMYK 0 0.94 0.93 0.30
HSL 358.93º 0.89% 0.37% -
HSV(B) 358.93º 0.94% 0.7% -
XYZ 18.77 9.83 1.29 -
YUV 60.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 179 10 13 0 0.94 0.93 0.30 358.93 0.89 0.37
Hex B3 A D 0 5E 5D 1E 167 59 25
Octal 263 12 15 0 136 135 36 547 131 45
Binary 10110011 1010 1101 0 1011110 1011101 11110 101100111 1011001 100101

Color Harmonies of #B30A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A0D

Black with #B30A0D

Text Example


Text Example

White with #B30A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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