Html Css Color HEX #BA030A Venetian Red

📋 copy color: '#BA030A'

red 186 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #BA030A

Tints of Venetian Red #BA030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.03%

R = 93.47%
G = 1.51%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA030A (or 0xBA030A) is known color: Venetian Red. HEX triplet: BA, 03 and 0A. RGB value is (186,3,10). Sum of RGB (Red+Green+Blue) = 186+3+10=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA030A is #45FCF5. Grayscale: #3A3A3A. Windows color (decimal): -4586742 or 656314. OLE color: 656314.

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

Color convert

RGB 186 3 10 -
CMYK 0 0.98 0.95 0.27
HSL 357.7º 0.97% 0.37% -
HSV(B) 357.7º 0.98% 0.73% -
XYZ 20.34 10.53 1.25 -
YUV 58.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 186 3 10 0 0.98 0.95 0.27 357.7 0.97 0.37
Hex BA 3 A 0 62 5F 1B 166 61 25
Octal 272 3 12 0 142 137 33 546 141 45
Binary 10111010 11 1010 0 1100010 1011111 11011 101100110 1100001 100101

Color Harmonies of #BA030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA030A

Black with #BA030A

Text Example


Text Example

White with #BA030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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