Html Css Color HEX #BA0024 Venetian Red

📋 copy color: '#BA0024'

red 186 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #BA0024

Tints of Venetian Red #BA0024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 83.78%
G = 0%
B = 16.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0024 (or 0xBA0024) is known color: Venetian Red. HEX triplet: BA, 00 and 24. RGB value is (186,0,36). Sum of RGB (Red+Green+Blue) = 186+0+36=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0024 is #45FFDB. Grayscale: #3B3B3B. Windows color (decimal): -4587484 or 2359482. OLE color: 2359482.

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

Color convert

RGB 186 0 36 -
CMYK 0 1 0.81 0.27
HSL 348.39º 1% 0.36% -
HSV(B) 348.39º 1% 0.73% -
XYZ 20.57 10.57 2.62 -
YUV 59.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 186 0 36 0 1 0.81 0.27 348.39 1 0.36
Hex BA 0 24 0 64 51 1B 15C 64 24
Octal 272 0 44 0 144 121 33 534 144 44
Binary 10111010 0 100100 0 1100100 1010001 11011 101011100 1100100 100100

Color Harmonies of #BA0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0024

Black with #BA0024

Text Example


Text Example

White with #BA0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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