Html Css Color HEX #BA0323 Venetian Red

📋 copy color: '#BA0323'

red 186 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #BA0323

Tints of Venetian Red #BA0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 83.04%
G = 1.34%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0323 (or 0xBA0323) is known color: Venetian Red. HEX triplet: BA, 03 and 23. RGB value is (186,3,35). Sum of RGB (Red+Green+Blue) = 186+3+35=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0323 is #45FCDC. Grayscale: #3D3D3D. Windows color (decimal): -4586717 or 2294714. OLE color: 2294714.

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

Color convert

RGB 186 3 35 -
CMYK 0 0.98 0.81 0.27
HSL 349.51º 0.97% 0.37% -
HSV(B) 349.51º 0.98% 0.73% -
XYZ 20.59 10.63 2.56 -
YUV 61.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 186 3 35 0 0.98 0.81 0.27 349.51 0.97 0.37
Hex BA 3 23 0 62 51 1B 15E 61 25
Octal 272 3 43 0 142 121 33 536 141 45
Binary 10111010 11 100011 0 1100010 1010001 11011 101011110 1100001 100101

Color Harmonies of #BA0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0323

Black with #BA0323

Text Example


Text Example

White with #BA0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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