Html Css Color HEX #BA042C Venetian Red

📋 copy color: '#BA042C'

red 186 ◦ green 4 ◦ blue 44

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

Shades of Venetian Red #BA042C

Tints of Venetian Red #BA042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 79.49%
G = 1.71%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA042C (or 0xBA042C) is known color: Venetian Red. HEX triplet: BA, 04 and 2C. RGB value is (186,4,44). Sum of RGB (Red+Green+Blue) = 186+4+44=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA042C is #45FBD3. Grayscale: #3F3F3F. Windows color (decimal): -4586452 or 2884794. OLE color: 2884794.

HSL color Cylindrical-coordinate representation of color #BA042C: hue angle of 346.81º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA042C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 44 -
CMYK 0 0.98 0.76 0.27
HSL 346.81º 0.96% 0.37% -
HSV(B) 346.81º 0.98% 0.73% -
XYZ 20.75 10.71 3.36 -
YUV 62.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 186 4 44 0 0.98 0.76 0.27 346.81 0.96 0.37
Hex BA 4 2C 0 62 4C 1B 15B 60 25
Octal 272 4 54 0 142 114 33 533 140 45
Binary 10111010 100 101100 0 1100010 1001100 11011 101011011 1100000 100101

Color Harmonies of #BA042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA042C

Black with #BA042C

Text Example


Text Example

White with #BA042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA042C; }

 p { color: rgb(186,4,44); }

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

background-color css

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

 a { background-color: rgb(186,4,44); }

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

border-color css

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

 span { border-color: rgb(186,4,44); }

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