Html Css Color HEX #BA030E Venetian Red

📋 copy color: '#BA030E'

red 186 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #BA030E

Tints of Venetian Red #BA030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 91.63%
G = 1.48%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA030E (or 0xBA030E) is known color: Venetian Red. HEX triplet: BA, 03 and 0E. RGB value is (186,3,14). Sum of RGB (Red+Green+Blue) = 186+3+14=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA030E is #45FCF1. Grayscale: #3B3B3B. Windows color (decimal): -4586738 or 918458. OLE color: 918458.

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

Color convert

RGB 186 3 14 -
CMYK 0 0.98 0.92 0.27
HSL 356.39º 0.97% 0.37% -
HSV(B) 356.39º 0.98% 0.73% -
XYZ 20.36 10.54 1.38 -
YUV 58.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 186 3 14 0 0.98 0.92 0.27 356.39 0.97 0.37
Hex BA 3 E 0 62 5C 1B 164 61 25
Octal 272 3 16 0 142 134 33 544 141 45
Binary 10111010 11 1110 0 1100010 1011100 11011 101100100 1100001 100101

Color Harmonies of #BA030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA030E

Black with #BA030E

Text Example


Text Example

White with #BA030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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