Html Css Color HEX #BA0321 Venetian Red

📋 copy color: '#BA0321'

red 186 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #BA0321

Tints of Venetian Red #BA0321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 83.78%
G = 1.35%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA0321 (or 0xBA0321) is known color: Venetian Red. HEX triplet: BA, 03 and 21. RGB value is (186,3,33). Sum of RGB (Red+Green+Blue) = 186+3+33=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0321 is #45FCDE. Grayscale: #3D3D3D. Windows color (decimal): -4586719 or 2163642. OLE color: 2163642.

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

Color convert

RGB 186 3 33 -
CMYK 0 0.98 0.82 0.27
HSL 350.16º 0.97% 0.37% -
HSV(B) 350.16º 0.98% 0.73% -
XYZ 20.56 10.61 2.4 -
YUV 61.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 186 3 33 0 0.98 0.82 0.27 350.16 0.97 0.37
Hex BA 3 21 0 62 52 1B 15E 61 25
Octal 272 3 41 0 142 122 33 536 141 45
Binary 10111010 11 100001 0 1100010 1010010 11011 101011110 1100001 100101

Color Harmonies of #BA0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0321

Black with #BA0321

Text Example


Text Example

White with #BA0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0321; }

 p { color: rgb(186,3,33); }

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

background-color css

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

 a { background-color: rgb(186,3,33); }

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

border-color css

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

 span { border-color: rgb(186,3,33); }

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