Html Css Color HEX #BA0C1F Venetian Red

📋 copy color: '#BA0C1F'

red 186 ◦ green 12 ◦ blue 31

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

Shades of Venetian Red #BA0C1F

Tints of Venetian Red #BA0C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 81.22%
G = 5.24%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0C1F (or 0xBA0C1F) is known color: Venetian Red. HEX triplet: BA, 0C and 1F. RGB value is (186,12,31). Sum of RGB (Red+Green+Blue) = 186+12+31=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C1F is #45F3E0. Grayscale: #424242. Windows color (decimal): -4584417 or 2034874. OLE color: 2034874.

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

Color convert

RGB 186 12 31 -
CMYK 0 0.94 0.83 0.27
HSL 353.45º 0.88% 0.39% -
HSV(B) 353.45º 0.94% 0.73% -
XYZ 20.63 10.8 2.29 -
YUV 66.19 108.15 213.46 -
System Red Green Blue C M Y K H S L
Decimal 186 12 31 0 0.94 0.83 0.27 353.45 0.88 0.39
Hex BA C 1F 0 5E 53 1B 161 58 27
Octal 272 14 37 0 136 123 33 541 130 47
Binary 10111010 1100 11111 0 1011110 1010011 11011 101100001 1011000 100111

Color Harmonies of #BA0C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C1F

Black with #BA0C1F

Text Example


Text Example

White with #BA0C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C1F; }

 p { color: rgb(186,12,31); }

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

background-color css

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

 a { background-color: rgb(186,12,31); }

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

border-color css

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

 span { border-color: rgb(186,12,31); }

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