Html Css Color HEX #B8032A Venetian Red

📋 copy color: '#B8032A'

red 184 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #B8032A

Tints of Venetian Red #B8032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 80.35%
G = 1.31%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8032A (or 0xB8032A) is known color: Venetian Red. HEX triplet: B8, 03 and 2A. RGB value is (184,3,42). Sum of RGB (Red+Green+Blue) = 184+3+42=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B8032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8032A is #47FCD5. Grayscale: #3D3D3D. Windows color (decimal): -4717782 or 2753464. OLE color: 2753464.

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

Color convert

RGB 184 3 42 -
CMYK 0 0.98 0.77 0.28
HSL 347.07º 0.97% 0.37% -
HSV(B) 347.07º 0.98% 0.72% -
XYZ 20.22 10.42 3.14 -
YUV 61.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 184 3 42 0 0.98 0.77 0.28 347.07 0.97 0.37
Hex B8 3 2A 0 62 4D 1C 15B 61 25
Octal 270 3 52 0 142 115 34 533 141 45
Binary 10111000 11 101010 0 1100010 1001101 11100 101011011 1100001 100101

Color Harmonies of #B8032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8032A

Black with #B8032A

Text Example


Text Example

White with #B8032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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