Html Css Color HEX #BA0226 Venetian Red

📋 copy color: '#BA0226'

red 186 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #BA0226

Tints of Venetian Red #BA0226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 82.3%
G = 0.88%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0226 (or 0xBA0226) is known color: Venetian Red. HEX triplet: BA, 02 and 26. RGB value is (186,2,38). Sum of RGB (Red+Green+Blue) = 186+2+38=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0226 is #45FDD9. Grayscale: #3D3D3D. Windows color (decimal): -4586970 or 2491066. OLE color: 2491066.

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

Color convert

RGB 186 2 38 -
CMYK 0 0.99 0.80 0.27
HSL 348.26º 0.98% 0.37% -
HSV(B) 348.26º 0.99% 0.73% -
XYZ 20.62 10.62 2.8 -
YUV 61.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 186 2 38 0 0.99 0.80 0.27 348.26 0.98 0.37
Hex BA 2 26 0 63 50 1B 15C 62 25
Octal 272 2 46 0 143 120 33 534 142 45
Binary 10111010 10 100110 0 1100011 1010000 11011 101011100 1100010 100101

Color Harmonies of #BA0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0226

Black with #BA0226

Text Example


Text Example

White with #BA0226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0226; }

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

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

background-color css

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

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

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

border-color css

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

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

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