Html Css Color HEX #BA040A Venetian Red

📋 copy color: '#BA040A'

red 186 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #BA040A

Tints of Venetian Red #BA040A

RGB

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

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

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

R = 93%
G = 2%
B = 5%

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

#BA040A (or 0xBA040A) is known color: Venetian Red. HEX triplet: BA, 04 and 0A. RGB value is (186,4,10). Sum of RGB (Red+Green+Blue) = 186+4+10=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA040A is #45FBF5. Grayscale: #3B3B3B. Windows color (decimal): -4586486 or 656570. OLE color: 656570.

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

Color convert

RGB 186 4 10 -
CMYK 0 0.98 0.95 0.27
HSL 358.02º 0.96% 0.37% -
HSV(B) 358.02º 0.98% 0.73% -
XYZ 20.35 10.55 1.25 -
YUV 59.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 186 4 10 0 0.98 0.95 0.27 358.02 0.96 0.37
Hex BA 4 A 0 62 5F 1B 166 60 25
Octal 272 4 12 0 142 137 33 546 140 45
Binary 10111010 100 1010 0 1100010 1011111 11011 101100110 1100000 100101

Color Harmonies of #BA040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA040A

Black with #BA040A

Text Example


Text Example

White with #BA040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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