Html Css Color HEX #BA032C Venetian Red

📋 copy color: '#BA032C'

red 186 ◦ green 3 ◦ blue 44

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

Shades of Venetian Red #BA032C

Tints of Venetian Red #BA032C

RGB

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

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

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

R = 79.83%
G = 1.29%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA032C (or 0xBA032C) is known color: Venetian Red. HEX triplet: BA, 03 and 2C. RGB value is (186,3,44). Sum of RGB (Red+Green+Blue) = 186+3+44=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA032C is #45FCD3. Grayscale: #3E3E3E. Windows color (decimal): -4586708 or 2884538. OLE color: 2884538.

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

Color convert

RGB 186 3 44 -
CMYK 0 0.98 0.76 0.27
HSL 346.56º 0.97% 0.37% -
HSV(B) 346.56º 0.98% 0.73% -
XYZ 20.74 10.69 3.35 -
YUV 62.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 186 3 44 0 0.98 0.76 0.27 346.56 0.97 0.37
Hex BA 3 2C 0 62 4C 1B 15B 61 25
Octal 272 3 54 0 142 114 33 533 141 45
Binary 10111010 11 101100 0 1100010 1001100 11011 101011011 1100001 100101

Color Harmonies of #BA032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA032C

Black with #BA032C

Text Example


Text Example

White with #BA032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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