Html Css Color HEX #B8022A Venetian Red

📋 copy color: '#B8022A'

red 184 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #B8022A

Tints of Venetian Red #B8022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 80.7%
G = 0.88%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8022A (or 0xB8022A) is known color: Venetian Red. HEX triplet: B8, 02 and 2A. RGB value is (184,2,42). Sum of RGB (Red+Green+Blue) = 184+2+42=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B8022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8022A is #47FDD5. Grayscale: #3C3C3C. Windows color (decimal): -4718038 or 2753208. OLE color: 2753208.

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

Color convert

RGB 184 2 42 -
CMYK 0 0.99 0.77 0.28
HSL 346.81º 0.98% 0.36% -
HSV(B) 346.81º 0.99% 0.72% -
XYZ 20.21 10.4 3.13 -
YUV 60.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 184 2 42 0 0.99 0.77 0.28 346.81 0.98 0.36
Hex B8 2 2A 0 63 4D 1C 15B 62 24
Octal 270 2 52 0 143 115 34 533 142 44
Binary 10111000 10 101010 0 1100011 1001101 11100 101011011 1100010 100100

Color Harmonies of #B8022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8022A

Black with #B8022A

Text Example


Text Example

White with #B8022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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