Html Css Color HEX #BA012B Venetian Red

📋 copy color: '#BA012B'

red 186 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #BA012B

Tints of Venetian Red #BA012B

RGB

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

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

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

R = 80.87%
G = 0.43%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA012B (or 0xBA012B) is known color: Venetian Red. HEX triplet: BA, 01 and 2B. RGB value is (186,1,43). Sum of RGB (Red+Green+Blue) = 186+1+43=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA012B is #45FED4. Grayscale: #3D3D3D. Windows color (decimal): -4587221 or 2818490. OLE color: 2818490.

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

Color convert

RGB 186 1 43 -
CMYK 0 0.99 0.77 0.27
HSL 346.38º 0.99% 0.37% -
HSV(B) 346.38º 0.99% 0.73% -
XYZ 20.7 10.64 3.25 -
YUV 61.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 186 1 43 0 0.99 0.77 0.27 346.38 0.99 0.37
Hex BA 1 2B 0 63 4D 1B 15A 63 25
Octal 272 1 53 0 143 115 33 532 143 45
Binary 10111010 1 101011 0 1100011 1001101 11011 101011010 1100011 100101

Color Harmonies of #BA012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA012B

Black with #BA012B

Text Example


Text Example

White with #BA012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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