Html Css Color HEX #BA012D Venetian Red

📋 copy color: '#BA012D'

red 186 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #BA012D

Tints of Venetian Red #BA012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 80.17%
G = 0.43%
B = 19.4%

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

#BA012D (or 0xBA012D) is known color: Venetian Red. HEX triplet: BA, 01 and 2D. RGB value is (186,1,45). Sum of RGB (Red+Green+Blue) = 186+1+45=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA012D is #45FED2. Grayscale: #3D3D3D. Windows color (decimal): -4587219 or 2949562. OLE color: 2949562.

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

Color convert

RGB 186 1 45 -
CMYK 0 0.99 0.76 0.27
HSL 345.73º 0.99% 0.37% -
HSV(B) 345.73º 0.99% 0.73% -
XYZ 20.73 10.65 3.45 -
YUV 61.33 118.79 216.92 -
System Red Green Blue C M Y K H S L
Decimal 186 1 45 0 0.99 0.76 0.27 345.73 0.99 0.37
Hex BA 1 2D 0 63 4C 1B 15A 63 25
Octal 272 1 55 0 143 114 33 532 143 45
Binary 10111010 1 101101 0 1100011 1001100 11011 101011010 1100011 100101

Color Harmonies of #BA012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA012D

Black with #BA012D

Text Example


Text Example

White with #BA012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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