Html Css Color HEX #B8022C Venetian Red

📋 copy color: '#B8022C'

red 184 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #B8022C

Tints of Venetian Red #B8022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 80%
G = 0.87%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8022C (or 0xB8022C) is known color: Venetian Red. HEX triplet: B8, 02 and 2C. RGB value is (184,2,44). Sum of RGB (Red+Green+Blue) = 184+2+44=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B8022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8022C is #47FDD3. Grayscale: #3D3D3D. Windows color (decimal): -4718036 or 2884280. OLE color: 2884280.

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

Color convert

RGB 184 2 44 -
CMYK 0 0.99 0.76 0.28
HSL 346.15º 0.98% 0.36% -
HSV(B) 346.15º 0.99% 0.72% -
XYZ 20.24 10.42 3.33 -
YUV 61.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 184 2 44 0 0.99 0.76 0.28 346.15 0.98 0.36
Hex B8 2 2C 0 63 4C 1C 15A 62 24
Octal 270 2 54 0 143 114 34 532 142 44
Binary 10111000 10 101100 0 1100011 1001100 11100 101011010 1100010 100100

Color Harmonies of #B8022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8022C

Black with #B8022C

Text Example


Text Example

White with #B8022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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