Html Css Color HEX #BA0628 Venetian Red

📋 copy color: '#BA0628'

red 186 ◦ green 6 ◦ blue 40

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

Shades of Venetian Red #BA0628

Tints of Venetian Red #BA0628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 80.17%
G = 2.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0628 (or 0xBA0628) is known color: Venetian Red. HEX triplet: BA, 06 and 28. RGB value is (186,6,40). Sum of RGB (Red+Green+Blue) = 186+6+40=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0628 is #45F9D7. Grayscale: #3F3F3F. Windows color (decimal): -4585944 or 2623162. OLE color: 2623162.

HSL color Cylindrical-coordinate representation of color #BA0628: hue angle of 348.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0628 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 40 -
CMYK 0 0.97 0.78 0.27
HSL 348.67º 0.94% 0.38% -
HSV(B) 348.67º 0.97% 0.73% -
XYZ 20.7 10.72 2.99 -
YUV 63.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 186 6 40 0 0.97 0.78 0.27 348.67 0.94 0.38
Hex BA 6 28 0 61 4E 1B 15D 5E 26
Octal 272 6 50 0 141 116 33 535 136 46
Binary 10111010 110 101000 0 1100001 1001110 11011 101011101 1011110 100110

Color Harmonies of #BA0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0628

Black with #BA0628

Text Example


Text Example

White with #BA0628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0628; }

 p { color: rgb(186,6,40); }

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

background-color css

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

 a { background-color: rgb(186,6,40); }

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

border-color css

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

 span { border-color: rgb(186,6,40); }

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