Html Css Color HEX #BA031E Venetian Red

📋 copy color: '#BA031E'

red 186 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #BA031E

Tints of Venetian Red #BA031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 84.93%
G = 1.37%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA031E (or 0xBA031E) is known color: Venetian Red. HEX triplet: BA, 03 and 1E. RGB value is (186,3,30). Sum of RGB (Red+Green+Blue) = 186+3+30=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA031E is #45FCE1. Grayscale: #3C3C3C. Windows color (decimal): -4586722 or 1967034. OLE color: 1967034.

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

Color convert

RGB 186 3 30 -
CMYK 0 0.98 0.84 0.27
HSL 351.15º 0.97% 0.37% -
HSV(B) 351.15º 0.98% 0.73% -
XYZ 20.52 10.6 2.19 -
YUV 60.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 186 3 30 0 0.98 0.84 0.27 351.15 0.97 0.37
Hex BA 3 1E 0 62 54 1B 15F 61 25
Octal 272 3 36 0 142 124 33 537 141 45
Binary 10111010 11 11110 0 1100010 1010100 11011 101011111 1100001 100101

Color Harmonies of #BA031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA031E

Black with #BA031E

Text Example


Text Example

White with #BA031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA031E; }

 p { color: rgb(186,3,30); }

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

background-color css

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

 a { background-color: rgb(186,3,30); }

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

border-color css

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

 span { border-color: rgb(186,3,30); }

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