Html Css Color HEX #B80223 Venetian Red

📋 copy color: '#B80223'

red 184 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #B80223

Tints of Venetian Red #B80223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.84%

R = 83.26%
G = 0.9%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B80223 (or 0xB80223) is known color: Venetian Red. HEX triplet: B8, 02 and 23. RGB value is (184,2,35). Sum of RGB (Red+Green+Blue) = 184+2+35=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B80223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80223 is #47FDDC. Grayscale: #3C3C3C. Windows color (decimal): -4718045 or 2294456. OLE color: 2294456.

HSL color Cylindrical-coordinate representation of color #B80223: hue angle of 349.12º 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 #B80223 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 35 -
CMYK 0 0.99 0.81 0.28
HSL 349.12º 0.98% 0.36% -
HSV(B) 349.12º 0.99% 0.72% -
XYZ 20.09 10.36 2.53 -
YUV 60.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 184 2 35 0 0.99 0.81 0.28 349.12 0.98 0.36
Hex B8 2 23 0 63 51 1C 15D 62 24
Octal 270 2 43 0 143 121 34 535 142 44
Binary 10111000 10 100011 0 1100011 1010001 11100 101011101 1100010 100100

Color Harmonies of #B80223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80223

Black with #B80223

Text Example


Text Example

White with #B80223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80223; }

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

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

background-color css

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

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

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

border-color css

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

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

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