Html Css Color HEX #B80225 Venetian Red

📋 copy color: '#B80225'

red 184 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #B80225

Tints of Venetian Red #B80225

RGB

 RED value IS 184 (72.27% from 255) = 82.51%

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

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

R = 82.51%
G = 0.9%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80225 (or 0xB80225) is known color: Venetian Red. HEX triplet: B8, 02 and 25. RGB value is (184,2,37). Sum of RGB (Red+Green+Blue) = 184+2+37=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B80225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80225 is #47FDDA. Grayscale: #3C3C3C. Windows color (decimal): -4718043 or 2425528. OLE color: 2425528.

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

Color convert

RGB 184 2 37 -
CMYK 0 0.99 0.80 0.28
HSL 348.46º 0.98% 0.36% -
HSV(B) 348.46º 0.99% 0.72% -
XYZ 20.12 10.37 2.69 -
YUV 60.41 114.8 216.15 -
System Red Green Blue C M Y K H S L
Decimal 184 2 37 0 0.99 0.80 0.28 348.46 0.98 0.36
Hex B8 2 25 0 63 50 1C 15C 62 24
Octal 270 2 45 0 143 120 34 534 142 44
Binary 10111000 10 100101 0 1100011 1010000 11100 101011100 1100010 100100

Color Harmonies of #B80225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80225

Black with #B80225

Text Example


Text Example

White with #B80225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80225; }

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

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

background-color css

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

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

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

border-color css

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

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

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