Html Css Color HEX #B60225 Venetian Red

📋 copy color: '#B60225'

red 182 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #B60225

Tints of Venetian Red #B60225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 82.35%
G = 0.9%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B60225 (or 0xB60225) is known color: Venetian Red. HEX triplet: B6, 02 and 25. RGB value is (182,2,37). Sum of RGB (Red+Green+Blue) = 182+2+37=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B60225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60225 is #49FDDA. Grayscale: #3B3B3B. Windows color (decimal): -4849115 or 2425526. OLE color: 2425526.

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

Color convert

RGB 182 2 37 -
CMYK 0 0.99 0.80 0.29
HSL 348.33º 0.98% 0.36% -
HSV(B) 348.33º 0.99% 0.71% -
XYZ 19.65 10.12 2.67 -
YUV 59.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 182 2 37 0 0.99 0.80 0.29 348.33 0.98 0.36
Hex B6 2 25 0 63 50 1D 15C 62 24
Octal 266 2 45 0 143 120 35 534 142 44
Binary 10110110 10 100101 0 1100011 1010000 11101 101011100 1100010 100100

Color Harmonies of #B60225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60225

Black with #B60225

Text Example


Text Example

White with #B60225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60225; }

 p { color: rgb(182,2,37); }

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

background-color css

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

 a { background-color: rgb(182,2,37); }

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

border-color css

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

 span { border-color: rgb(182,2,37); }

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