Html Css Color HEX #BA012C Venetian Red

📋 copy color: '#BA012C'

red 186 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #BA012C

Tints of Venetian Red #BA012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 80.52%
G = 0.43%
B = 19.05%

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

#BA012C (or 0xBA012C) is known color: Venetian Red. HEX triplet: BA, 01 and 2C. RGB value is (186,1,44). Sum of RGB (Red+Green+Blue) = 186+1+44=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA012C is #45FED3. Grayscale: #3D3D3D. Windows color (decimal): -4587220 or 2884026. OLE color: 2884026.

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

Color convert

RGB 186 1 44 -
CMYK 0 0.99 0.76 0.27
HSL 346.05º 0.99% 0.37% -
HSV(B) 346.05º 0.99% 0.73% -
XYZ 20.72 10.64 3.35 -
YUV 61.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 186 1 44 0 0.99 0.76 0.27 346.05 0.99 0.37
Hex BA 1 2C 0 63 4C 1B 15A 63 25
Octal 272 1 54 0 143 114 33 532 143 45
Binary 10111010 1 101100 0 1100011 1001100 11011 101011010 1100011 100101

Color Harmonies of #BA012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA012C

Black with #BA012C

Text Example


Text Example

White with #BA012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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