Html Css Color HEX #BA0213 Venetian Red

📋 copy color: '#BA0213'

red 186 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #BA0213

Tints of Venetian Red #BA0213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 89.86%
G = 0.97%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0213 (or 0xBA0213) is known color: Venetian Red. HEX triplet: BA, 02 and 13. RGB value is (186,2,19). Sum of RGB (Red+Green+Blue) = 186+2+19=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0213 is #45FDEC. Grayscale: #3B3B3B. Windows color (decimal): -4586989 or 1245882. OLE color: 1245882.

HSL color Cylindrical-coordinate representation of color #BA0213: hue angle of 354.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0213 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 19 -
CMYK 0 0.99 0.90 0.27
HSL 354.46º 0.98% 0.37% -
HSV(B) 354.46º 0.99% 0.73% -
XYZ 20.39 10.53 1.57 -
YUV 58.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 186 2 19 0 0.99 0.90 0.27 354.46 0.98 0.37
Hex BA 2 13 0 63 5A 1B 162 62 25
Octal 272 2 23 0 143 132 33 542 142 45
Binary 10111010 10 10011 0 1100011 1011010 11011 101100010 1100010 100101

Color Harmonies of #BA0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0213

Black with #BA0213

Text Example


Text Example

White with #BA0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0213; }

 p { color: rgb(186,2,19); }

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

background-color css

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

 a { background-color: rgb(186,2,19); }

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

border-color css

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

 span { border-color: rgb(186,2,19); }

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