Html Css Color HEX #B8052A Venetian Red

📋 copy color: '#B8052A'

red 184 ◦ green 5 ◦ blue 42

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

Shades of Venetian Red #B8052A

Tints of Venetian Red #B8052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 79.65%
G = 2.16%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8052A (or 0xB8052A) is known color: Venetian Red. HEX triplet: B8, 05 and 2A. RGB value is (184,5,42). Sum of RGB (Red+Green+Blue) = 184+5+42=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052A is #47FAD5. Grayscale: #3E3E3E. Windows color (decimal): -4717270 or 2753976. OLE color: 2753976.

HSL color Cylindrical-coordinate representation of color #B8052A: hue angle of 347.6º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8052A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 42 -
CMYK 0 0.97 0.77 0.28
HSL 347.6º 0.95% 0.37% -
HSV(B) 347.6º 0.97% 0.72% -
XYZ 20.24 10.47 3.14 -
YUV 62.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 184 5 42 0 0.97 0.77 0.28 347.6 0.95 0.37
Hex B8 5 2A 0 61 4D 1C 15C 5F 25
Octal 270 5 52 0 141 115 34 534 137 45
Binary 10111000 101 101010 0 1100001 1001101 11100 101011100 1011111 100101

Color Harmonies of #B8052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8052A

Black with #B8052A

Text Example


Text Example

White with #B8052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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