Html Css Color HEX #B60319 Venetian Red

📋 copy color: '#B60319'

red 182 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #B60319

Tints of Venetian Red #B60319

RGB

 RED value IS 182 (71.48% from 255) = 86.67%

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

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

R = 86.67%
G = 1.43%
B = 11.9%

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

#B60319 (or 0xB60319) is known color: Venetian Red. HEX triplet: B6, 03 and 19. RGB value is (182,3,25). Sum of RGB (Red+Green+Blue) = 182+3+25=210 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.67% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 182 - color contains mainly: red. Hex color #B60319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60319 is #49FCE6. Grayscale: #3B3B3B. Windows color (decimal): -4848871 or 1639350. OLE color: 1639350.

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

Color convert

RGB 182 3 25 -
CMYK 0 0.98 0.86 0.29
HSL 352.63º 0.97% 0.36% -
HSV(B) 352.63º 0.98% 0.71% -
XYZ 19.5 10.08 1.84 -
YUV 59.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 182 3 25 0 0.98 0.86 0.29 352.63 0.97 0.36
Hex B6 3 19 0 62 56 1D 161 61 24
Octal 266 3 31 0 142 126 35 541 141 44
Binary 10110110 11 11001 0 1100010 1010110 11101 101100001 1100001 100100

Color Harmonies of #B60319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60319

Black with #B60319

Text Example


Text Example

White with #B60319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60319; }

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

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

background-color css

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

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

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

border-color css

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

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

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