Html Css Color HEX #B80A0D Venetian Red

📋 copy color: '#B80A0D'

red 184 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #B80A0D

Tints of Venetian Red #B80A0D

RGB

 RED value IS 184 (72.27% from 255) = 88.89%

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

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

R = 88.89%
G = 4.83%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B80A0D (or 0xB80A0D) is known color: Venetian Red. HEX triplet: B8, 0A and 0D. RGB value is (184,10,13). Sum of RGB (Red+Green+Blue) = 184+10+13=207 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.89% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80A0D is #47F5F2. Grayscale: #3E3E3E. Windows color (decimal): -4716019 or 854712. OLE color: 854712.

HSL color Cylindrical-coordinate representation of color #B80A0D: hue angle of 358.97º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A0D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 10 13 -
CMYK 0 0.95 0.93 0.28
HSL 358.97º 0.9% 0.38% -
HSV(B) 358.97º 0.95% 0.72% -
XYZ 19.95 10.44 1.34 -
YUV 62.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 184 10 13 0 0.95 0.93 0.28 358.97 0.9 0.38
Hex B8 A D 0 5F 5D 1C 167 5A 26
Octal 270 12 15 0 137 135 34 547 132 46
Binary 10111000 1010 1101 0 1011111 1011101 11100 101100111 1011010 100110

Color Harmonies of #B80A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A0D

Black with #B80A0D

Text Example


Text Example

White with #B80A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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