Html Css Color HEX #BA041B Venetian Red

📋 copy color: '#BA041B'

red 186 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #BA041B

Tints of Venetian Red #BA041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 85.71%
G = 1.84%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA041B (or 0xBA041B) is known color: Venetian Red. HEX triplet: BA, 04 and 1B. RGB value is (186,4,27). Sum of RGB (Red+Green+Blue) = 186+4+27=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA041B is #45FBE4. Grayscale: #3D3D3D. Windows color (decimal): -4586469 or 1770682. OLE color: 1770682.

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

Color convert

RGB 186 4 27 -
CMYK 0 0.98 0.85 0.27
HSL 352.42º 0.96% 0.37% -
HSV(B) 352.42º 0.98% 0.73% -
XYZ 20.49 10.61 2 -
YUV 61.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 186 4 27 0 0.98 0.85 0.27 352.42 0.96 0.37
Hex BA 4 1B 0 62 55 1B 160 60 25
Octal 272 4 33 0 142 125 33 540 140 45
Binary 10111010 100 11011 0 1100010 1010101 11011 101100000 1100000 100101

Color Harmonies of #BA041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA041B

Black with #BA041B

Text Example


Text Example

White with #BA041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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