Html Css Color HEX #B40316 Venetian Red

📋 copy color: '#B40316'

red 180 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #B40316

Tints of Venetian Red #B40316

RGB

 RED value IS 180 (70.7% from 255) = 87.8%

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 87.8%
G = 1.46%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B40316 (or 0xB40316) is known color: Venetian Red. HEX triplet: B4, 03 and 16. RGB value is (180,3,22). Sum of RGB (Red+Green+Blue) = 180+3+22=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B40316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40316 is #4BFCE9. Grayscale: #3A3A3A. Windows color (decimal): -4979946 or 1442740. OLE color: 1442740.

HSL color Cylindrical-coordinate representation of color #B40316: hue angle of 353.56º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40316 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 22 -
CMYK 0 0.98 0.88 0.29
HSL 353.56º 0.97% 0.36% -
HSV(B) 353.56º 0.98% 0.71% -
XYZ 19 9.83 1.65 -
YUV 58.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 180 3 22 0 0.98 0.88 0.29 353.56 0.97 0.36
Hex B4 3 16 0 62 58 1D 162 61 24
Octal 264 3 26 0 142 130 35 542 141 44
Binary 10110100 11 10110 0 1100010 1011000 11101 101100010 1100001 100100

Color Harmonies of #B40316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40316

Black with #B40316

Text Example


Text Example

White with #B40316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40316; }

 p { color: rgb(180,3,22); }

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

background-color css

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

 a { background-color: rgb(180,3,22); }

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

border-color css

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

 span { border-color: rgb(180,3,22); }

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