Html Css Color HEX #B8032B Venetian Red

📋 copy color: '#B8032B'

red 184 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #B8032B

Tints of Venetian Red #B8032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 80%
G = 1.3%
B = 18.7%

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

#B8032B (or 0xB8032B) is known color: Venetian Red. HEX triplet: B8, 03 and 2B. RGB value is (184,3,43). Sum of RGB (Red+Green+Blue) = 184+3+43=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B8032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8032B is #47FCD4. Grayscale: #3D3D3D. Windows color (decimal): -4717781 or 2819000. OLE color: 2819000.

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

Color convert

RGB 184 3 43 -
CMYK 0 0.98 0.77 0.28
HSL 346.74º 0.97% 0.37% -
HSV(B) 346.74º 0.98% 0.72% -
XYZ 20.24 10.43 3.23 -
YUV 61.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 184 3 43 0 0.98 0.77 0.28 346.74 0.97 0.37
Hex B8 3 2B 0 62 4D 1C 15B 61 25
Octal 270 3 53 0 142 115 34 533 141 45
Binary 10111000 11 101011 0 1100010 1001101 11100 101011011 1100001 100101

Color Harmonies of #B8032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8032B

Black with #B8032B

Text Example


Text Example

White with #B8032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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