Html Css Color HEX #BA0028 Venetian Red

📋 copy color: '#BA0028'

red 186 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #BA0028

Tints of Venetian Red #BA0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 82.3%
G = 0%
B = 17.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0028 (or 0xBA0028) is known color: Venetian Red. HEX triplet: BA, 00 and 28. RGB value is (186,0,40). Sum of RGB (Red+Green+Blue) = 186+0+40=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0028 is #45FFD7. Grayscale: #3C3C3C. Windows color (decimal): -4587480 or 2621626. OLE color: 2621626.

HSL color Cylindrical-coordinate representation of color #BA0028: hue angle of 347.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0028 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 40 -
CMYK 0 1 0.78 0.27
HSL 347.1º 1% 0.36% -
HSV(B) 347.1º 1% 0.73% -
XYZ 20.63 10.59 2.96 -
YUV 60.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 186 0 40 0 1 0.78 0.27 347.1 1 0.36
Hex BA 0 28 0 64 4E 1B 15B 64 24
Octal 272 0 50 0 144 116 33 533 144 44
Binary 10111010 0 101000 0 1100100 1001110 11011 101011011 1100100 100100

Color Harmonies of #BA0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0028

Black with #BA0028

Text Example


Text Example

White with #BA0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0028; }

 p { color: rgb(186,0,40); }

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

background-color css

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

 a { background-color: rgb(186,0,40); }

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

border-color css

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

 span { border-color: rgb(186,0,40); }

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