Html Css Color HEX #BA002E Venetian Red

📋 copy color: '#BA002E'

red 186 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #BA002E

Tints of Venetian Red #BA002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 80.17%
G = 0%
B = 19.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA002E (or 0xBA002E) is known color: Venetian Red. HEX triplet: BA, 00 and 2E. RGB value is (186,0,46). Sum of RGB (Red+Green+Blue) = 186+0+46=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA002E is #45FFD1. Grayscale: #3C3C3C. Windows color (decimal): -4587474 or 3014842. OLE color: 3014842.

HSL color Cylindrical-coordinate representation of color #BA002E: hue angle of 345.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA002E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 46 -
CMYK 0 1 0.75 0.27
HSL 345.16º 1% 0.36% -
HSV(B) 345.16º 1% 0.73% -
XYZ 20.74 10.64 3.54 -
YUV 60.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 186 0 46 0 1 0.75 0.27 345.16 1 0.36
Hex BA 0 2E 0 64 4B 1B 159 64 24
Octal 272 0 56 0 144 113 33 531 144 44
Binary 10111010 0 101110 0 1100100 1001011 11011 101011001 1100100 100100

Color Harmonies of #BA002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA002E

Black with #BA002E

Text Example


Text Example

White with #BA002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA002E; }

 p { color: rgb(186,0,46); }

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

background-color css

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

 a { background-color: rgb(186,0,46); }

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

border-color css

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

 span { border-color: rgb(186,0,46); }

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