Html Css Color HEX #B50A0D Venetian Red

📋 copy color: '#B50A0D'

red 181 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #B50A0D

Tints of Venetian Red #B50A0D

RGB

 RED value IS 181 (71.09% from 255) = 88.73%

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

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

R = 88.73%
G = 4.9%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B50A0D (or 0xB50A0D) is known color: Venetian Red. HEX triplet: B5, 0A and 0D. RGB value is (181,10,13). Sum of RGB (Red+Green+Blue) = 181+10+13=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50A0D is #4AF5F2. Grayscale: #3D3D3D. Windows color (decimal): -4912627 or 854709. OLE color: 854709.

HSL color Cylindrical-coordinate representation of color #B50A0D: hue angle of 358.95º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 10 13 -
CMYK 0 0.94 0.93 0.29
HSL 358.95º 0.9% 0.37% -
HSV(B) 358.95º 0.94% 0.71% -
XYZ 19.24 10.07 1.31 -
YUV 61.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 181 10 13 0 0.94 0.93 0.29 358.95 0.9 0.37
Hex B5 A D 0 5E 5D 1D 167 5A 25
Octal 265 12 15 0 136 135 35 547 132 45
Binary 10110101 1010 1101 0 1011110 1011101 11101 101100111 1011010 100101

Color Harmonies of #B50A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A0D

Black with #B50A0D

Text Example


Text Example

White with #B50A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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