Html Css Color HEX #BA0227 Venetian Red

📋 copy color: '#BA0227'

red 186 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #BA0227

Tints of Venetian Red #BA0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 81.94%
G = 0.88%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA0227 (or 0xBA0227) is known color: Venetian Red. HEX triplet: BA, 02 and 27. RGB value is (186,2,39). Sum of RGB (Red+Green+Blue) = 186+2+39=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0227 is #45FDD8. Grayscale: #3D3D3D. Windows color (decimal): -4586969 or 2556602. OLE color: 2556602.

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

Color convert

RGB 186 2 39 -
CMYK 0 0.99 0.79 0.27
HSL 347.93º 0.98% 0.37% -
HSV(B) 347.93º 0.99% 0.73% -
XYZ 20.64 10.63 2.88 -
YUV 61.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 186 2 39 0 0.99 0.79 0.27 347.93 0.98 0.37
Hex BA 2 27 0 63 4F 1B 15C 62 25
Octal 272 2 47 0 143 117 33 534 142 45
Binary 10111010 10 100111 0 1100011 1001111 11011 101011100 1100010 100101

Color Harmonies of #BA0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0227

Black with #BA0227

Text Example


Text Example

White with #BA0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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