Html Css Color HEX #B8032C Venetian Red

📋 copy color: '#B8032C'

red 184 ◦ green 3 ◦ blue 44

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

Shades of Venetian Red #B8032C

Tints of Venetian Red #B8032C

RGB

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

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

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

R = 79.65%
G = 1.3%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8032C (or 0xB8032C) is known color: Venetian Red. HEX triplet: B8, 03 and 2C. RGB value is (184,3,44). Sum of RGB (Red+Green+Blue) = 184+3+44=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8032C is #47FCD3. Grayscale: #3D3D3D. Windows color (decimal): -4717780 or 2884536. OLE color: 2884536.

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

Color convert

RGB 184 3 44 -
CMYK 0 0.98 0.76 0.28
HSL 346.41º 0.97% 0.37% -
HSV(B) 346.41º 0.98% 0.72% -
XYZ 20.25 10.44 3.33 -
YUV 61.79 117.97 215.17 -
System Red Green Blue C M Y K H S L
Decimal 184 3 44 0 0.98 0.76 0.28 346.41 0.97 0.37
Hex B8 3 2C 0 62 4C 1C 15A 61 25
Octal 270 3 54 0 142 114 34 532 141 45
Binary 10111000 11 101100 0 1100010 1001100 11100 101011010 1100001 100101

Color Harmonies of #B8032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8032C

Black with #B8032C

Text Example


Text Example

White with #B8032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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