Html Css Color HEX #BA0027 Venetian Red

📋 copy color: '#BA0027'

red 186 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #BA0027

Tints of Venetian Red #BA0027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.33%

R = 82.67%
G = 0%
B = 17.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA0027 (or 0xBA0027) is known color: Venetian Red. HEX triplet: BA, 00 and 27. RGB value is (186,0,39). Sum of RGB (Red+Green+Blue) = 186+0+39=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0027 is #45FFD8. Grayscale: #3C3C3C. Windows color (decimal): -4587481 or 2556090. OLE color: 2556090.

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

Color convert

RGB 186 0 39 -
CMYK 0 1 0.79 0.27
HSL 347.42º 1% 0.36% -
HSV(B) 347.42º 1% 0.73% -
XYZ 20.62 10.59 2.88 -
YUV 60.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 186 0 39 0 1 0.79 0.27 347.42 1 0.36
Hex BA 0 27 0 64 4F 1B 15B 64 24
Octal 272 0 47 0 144 117 33 533 144 44
Binary 10111010 0 100111 0 1100100 1001111 11011 101011011 1100100 100100

Color Harmonies of #BA0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0027

Black with #BA0027

Text Example


Text Example

White with #BA0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0027; }

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

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

background-color css

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

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

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

border-color css

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

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

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