Html Css Color HEX #B40319 Venetian Red

📋 copy color: '#B40319'

red 180 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #B40319

Tints of Venetian Red #B40319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 86.54%
G = 1.44%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B40319 (or 0xB40319) is known color: Venetian Red. HEX triplet: B4, 03 and 19. RGB value is (180,3,25). Sum of RGB (Red+Green+Blue) = 180+3+25=208 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.54% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 180 - color contains mainly: red. Hex color #B40319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40319 is #4BFCE6. Grayscale: #3A3A3A. Windows color (decimal): -4979943 or 1639348. OLE color: 1639348.

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

Color convert

RGB 180 3 25 -
CMYK 0 0.98 0.86 0.29
HSL 352.54º 0.97% 0.36% -
HSV(B) 352.54º 0.98% 0.71% -
XYZ 19.03 9.84 1.82 -
YUV 58.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 180 3 25 0 0.98 0.86 0.29 352.54 0.97 0.36
Hex B4 3 19 0 62 56 1D 161 61 24
Octal 264 3 31 0 142 126 35 541 141 44
Binary 10110100 11 11001 0 1100010 1010110 11101 101100001 1100001 100100

Color Harmonies of #B40319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40319

Black with #B40319

Text Example


Text Example

White with #B40319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40319; }

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

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

background-color css

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

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

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

border-color css

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

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

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