Html Css Color HEX #BA0228 Venetian Red

📋 copy color: '#BA0228'

red 186 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #BA0228

Tints of Venetian Red #BA0228

RGB

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

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

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

R = 81.58%
G = 0.88%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0228 (or 0xBA0228) is known color: Venetian Red. HEX triplet: BA, 02 and 28. RGB value is (186,2,40). Sum of RGB (Red+Green+Blue) = 186+2+40=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0228 is #45FDD7. Grayscale: #3D3D3D. Windows color (decimal): -4586968 or 2622138. OLE color: 2622138.

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

Color convert

RGB 186 2 40 -
CMYK 0 0.99 0.78 0.27
HSL 347.61º 0.98% 0.37% -
HSV(B) 347.61º 0.99% 0.73% -
XYZ 20.65 10.64 2.97 -
YUV 61.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 186 2 40 0 0.99 0.78 0.27 347.61 0.98 0.37
Hex BA 2 28 0 63 4E 1B 15C 62 25
Octal 272 2 50 0 143 116 33 534 142 45
Binary 10111010 10 101000 0 1100011 1001110 11011 101011100 1100010 100101

Color Harmonies of #BA0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0228

Black with #BA0228

Text Example


Text Example

White with #BA0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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