Html Css Color HEX #BA051C Venetian Red

📋 copy color: '#BA051C'

red 186 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #BA051C

Tints of Venetian Red #BA051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 84.93%
G = 2.28%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA051C (or 0xBA051C) is known color: Venetian Red. HEX triplet: BA, 05 and 1C. RGB value is (186,5,28). Sum of RGB (Red+Green+Blue) = 186+5+28=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA051C is #45FAE3. Grayscale: #3D3D3D. Windows color (decimal): -4586212 or 1836474. OLE color: 1836474.

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

Color convert

RGB 186 5 28 -
CMYK 0 0.97 0.85 0.27
HSL 352.38º 0.95% 0.37% -
HSV(B) 352.38º 0.97% 0.73% -
XYZ 20.51 10.63 2.07 -
YUV 61.74 108.97 216.63 -
System Red Green Blue C M Y K H S L
Decimal 186 5 28 0 0.97 0.85 0.27 352.38 0.95 0.37
Hex BA 5 1C 0 61 55 1B 160 5F 25
Octal 272 5 34 0 141 125 33 540 137 45
Binary 10111010 101 11100 0 1100001 1010101 11011 101100000 1011111 100101

Color Harmonies of #BA051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA051C

Black with #BA051C

Text Example


Text Example

White with #BA051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA051C; }

 p { color: rgb(186,5,28); }

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

background-color css

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

 a { background-color: rgb(186,5,28); }

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

border-color css

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

 span { border-color: rgb(186,5,28); }

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