Html Css Color HEX #BA0427 Venetian Red

📋 copy color: '#BA0427'

red 186 ◦ green 4 ◦ blue 39

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

Shades of Venetian Red #BA0427

Tints of Venetian Red #BA0427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 81.22%
G = 1.75%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA0427 (or 0xBA0427) is known color: Venetian Red. HEX triplet: BA, 04 and 27. RGB value is (186,4,39). Sum of RGB (Red+Green+Blue) = 186+4+39=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0427 is #45FBD8. Grayscale: #3E3E3E. Windows color (decimal): -4586457 or 2557114. OLE color: 2557114.

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

Color convert

RGB 186 4 39 -
CMYK 0 0.98 0.79 0.27
HSL 348.46º 0.96% 0.37% -
HSV(B) 348.46º 0.98% 0.73% -
XYZ 20.66 10.67 2.89 -
YUV 62.41 114.8 216.15 -
System Red Green Blue C M Y K H S L
Decimal 186 4 39 0 0.98 0.79 0.27 348.46 0.96 0.37
Hex BA 4 27 0 62 4F 1B 15C 60 25
Octal 272 4 47 0 142 117 33 534 140 45
Binary 10111010 100 100111 0 1100010 1001111 11011 101011100 1100000 100101

Color Harmonies of #BA0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0427

Black with #BA0427

Text Example


Text Example

White with #BA0427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0427; }

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

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

background-color css

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

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

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

border-color css

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

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

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