Html Css Color HEX #BA022C Venetian Red

📋 copy color: '#BA022C'

red 186 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #BA022C

Tints of Venetian Red #BA022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 80.17%
G = 0.86%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA022C (or 0xBA022C) is known color: Venetian Red. HEX triplet: BA, 02 and 2C. RGB value is (186,2,44). Sum of RGB (Red+Green+Blue) = 186+2+44=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA022C is #45FDD3. Grayscale: #3D3D3D. Windows color (decimal): -4586964 or 2884282. OLE color: 2884282.

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

Color convert

RGB 186 2 44 -
CMYK 0 0.99 0.76 0.27
HSL 346.3º 0.98% 0.37% -
HSV(B) 346.3º 0.99% 0.73% -
XYZ 20.73 10.66 3.35 -
YUV 61.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 186 2 44 0 0.99 0.76 0.27 346.3 0.98 0.37
Hex BA 2 2C 0 63 4C 1B 15A 62 25
Octal 272 2 54 0 143 114 33 532 142 45
Binary 10111010 10 101100 0 1100011 1001100 11011 101011010 1100010 100101

Color Harmonies of #BA022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA022C

Black with #BA022C

Text Example


Text Example

White with #BA022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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