Html Css Color HEX #BA4B28 Red Stage

📋 copy color: '#BA4B28'

red 186 ◦ green 75 ◦ blue 40

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

Shades of Red Stage #BA4B28

Tints of Red Stage #BA4B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 61.79%
G = 24.92%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4B28 (or 0xBA4B28) is known color: Red Stage. HEX triplet: BA, 4B and 28. RGB value is (186,75,40). Sum of RGB (Red+Green+Blue) = 186+75+40=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B28 is #45B4D7. Grayscale: #686868. Windows color (decimal): -4568280 or 2640826. OLE color: 2640826.

HSL color Cylindrical-coordinate representation of color #BA4B28: hue angle of 14.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA4B28 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 40 -
CMYK 0 0.60 0.78 0.27
HSL 14.38º 0.65% 0.44% -
HSV(B) 14.38º 0.78% 0.73% -
XYZ 23.15 15.62 3.8 -
YUV 104.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 186 75 40 0 0.60 0.78 0.27 14.38 0.65 0.44
Hex BA 4B 28 0 3C 4E 1B E 41 2C
Octal 272 113 50 0 74 116 33 16 101 54
Binary 10111010 1001011 101000 0 111100 1001110 11011 1110 1000001 101100

Color Harmonies of #BA4B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B28

Black with #BA4B28

Text Example


Text Example

White with #BA4B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B28; }

 p { color: rgb(186,75,40); }

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

background-color css

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

 a { background-color: rgb(186,75,40); }

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

border-color css

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

 span { border-color: rgb(186,75,40); }

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