Html Css Color HEX #B80226 Venetian Red

📋 copy color: '#B80226'

red 184 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #B80226

Tints of Venetian Red #B80226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 82.14%
G = 0.89%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B80226 (or 0xB80226) is known color: Venetian Red. HEX triplet: B8, 02 and 26. RGB value is (184,2,38). Sum of RGB (Red+Green+Blue) = 184+2+38=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B80226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80226 is #47FDD9. Grayscale: #3C3C3C. Windows color (decimal): -4718042 or 2491064. OLE color: 2491064.

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

Color convert

RGB 184 2 38 -
CMYK 0 0.99 0.79 0.28
HSL 348.13º 0.98% 0.36% -
HSV(B) 348.13º 0.99% 0.72% -
XYZ 20.14 10.37 2.77 -
YUV 60.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 184 2 38 0 0.99 0.79 0.28 348.13 0.98 0.36
Hex B8 2 26 0 63 4F 1C 15C 62 24
Octal 270 2 46 0 143 117 34 534 142 44
Binary 10111000 10 100110 0 1100011 1001111 11100 101011100 1100010 100100

Color Harmonies of #B80226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80226

Black with #B80226

Text Example


Text Example

White with #B80226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80226; }

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

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

background-color css

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

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

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

border-color css

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

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

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