Html Css Color HEX #BA032B Venetian Red

📋 copy color: '#BA032B'

red 186 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #BA032B

Tints of Venetian Red #BA032B

RGB

 RED value IS 186 (73.05% from 255) = 80.17%

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

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

R = 80.17%
G = 1.29%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA032B (or 0xBA032B) is known color: Venetian Red. HEX triplet: BA, 03 and 2B. RGB value is (186,3,43). Sum of RGB (Red+Green+Blue) = 186+3+43=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA032B is #45FCD4. Grayscale: #3E3E3E. Windows color (decimal): -4586709 or 2819002. OLE color: 2819002.

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

Color convert

RGB 186 3 43 -
CMYK 0 0.98 0.77 0.27
HSL 346.89º 0.97% 0.37% -
HSV(B) 346.89º 0.98% 0.73% -
XYZ 20.72 10.68 3.25 -
YUV 62.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 186 3 43 0 0.98 0.77 0.27 346.89 0.97 0.37
Hex BA 3 2B 0 62 4D 1B 15B 61 25
Octal 272 3 53 0 142 115 33 533 141 45
Binary 10111010 11 101011 0 1100010 1001101 11011 101011011 1100001 100101

Color Harmonies of #BA032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA032B

Black with #BA032B

Text Example


Text Example

White with #BA032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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