Html Css Color HEX #B40315 Venetian Red

📋 copy color: '#B40315'

red 180 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #B40315

Tints of Venetian Red #B40315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 88.24%
G = 1.47%
B = 10.29%

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

#B40315 (or 0xB40315) is known color: Venetian Red. HEX triplet: B4, 03 and 15. RGB value is (180,3,21). Sum of RGB (Red+Green+Blue) = 180+3+21=204 (27% of max value = 765). Red value is 180 (70.70% from 255 or 88.24% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 180 - color contains mainly: red. Hex color #B40315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40315 is #4BFCEA. Grayscale: #3A3A3A. Windows color (decimal): -4979947 or 1377204. OLE color: 1377204.

HSL color Cylindrical-coordinate representation of color #B40315: hue angle of 353.9º 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 #B40315 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 21 -
CMYK 0 0.98 0.88 0.29
HSL 353.9º 0.97% 0.36% -
HSV(B) 353.9º 0.98% 0.71% -
XYZ 18.99 9.82 1.6 -
YUV 57.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 180 3 21 0 0.98 0.88 0.29 353.9 0.97 0.36
Hex B4 3 15 0 62 58 1D 162 61 24
Octal 264 3 25 0 142 130 35 542 141 44
Binary 10110100 11 10101 0 1100010 1011000 11101 101100010 1100001 100100

Color Harmonies of #B40315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40315

Black with #B40315

Text Example


Text Example

White with #B40315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40315; }

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

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

background-color css

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

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

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

border-color css

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

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

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