Html Css Color HEX #BA0F21 Venetian Red

📋 copy color: '#BA0F21'

red 186 ◦ green 15 ◦ blue 33

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

Shades of Venetian Red #BA0F21

Tints of Venetian Red #BA0F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

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

R = 79.49%
G = 6.41%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA0F21 (or 0xBA0F21) is known color: Venetian Red. HEX triplet: BA, 0F and 21. RGB value is (186,15,33). Sum of RGB (Red+Green+Blue) = 186+15+33=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F21 is #45F0DE. Grayscale: #444444. Windows color (decimal): -4583647 or 2166714. OLE color: 2166714.

HSL color Cylindrical-coordinate representation of color #BA0F21: hue angle of 353.68º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F21 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 15 33 -
CMYK 0 0.92 0.82 0.27
HSL 353.68º 0.85% 0.39% -
HSV(B) 353.68º 0.92% 0.73% -
XYZ 20.7 10.89 2.45 -
YUV 68.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 186 15 33 0 0.92 0.82 0.27 353.68 0.85 0.39
Hex BA F 21 0 5C 52 1B 162 55 27
Octal 272 17 41 0 134 122 33 542 125 47
Binary 10111010 1111 100001 0 1011100 1010010 11011 101100010 1010101 100111

Color Harmonies of #BA0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F21

Black with #BA0F21

Text Example


Text Example

White with #BA0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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