Html Css Color HEX #BA002D Venetian Red

📋 copy color: '#BA002D'

red 186 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #BA002D

Tints of Venetian Red #BA002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 80.52%
G = 0%
B = 19.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA002D (or 0xBA002D) is known color: Venetian Red. HEX triplet: BA, 00 and 2D. RGB value is (186,0,45). Sum of RGB (Red+Green+Blue) = 186+0+45=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA002D is #45FFD2. Grayscale: #3C3C3C. Windows color (decimal): -4587475 or 2949306. OLE color: 2949306.

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

Color convert

RGB 186 0 45 -
CMYK 0 1 0.76 0.27
HSL 345.48º 1% 0.36% -
HSV(B) 345.48º 1% 0.73% -
XYZ 20.72 10.63 3.44 -
YUV 60.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 186 0 45 0 1 0.76 0.27 345.48 1 0.36
Hex BA 0 2D 0 64 4C 1B 159 64 24
Octal 272 0 55 0 144 114 33 531 144 44
Binary 10111010 0 101101 0 1100100 1001100 11011 101011001 1100100 100100

Color Harmonies of #BA002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA002D

Black with #BA002D

Text Example


Text Example

White with #BA002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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