Html Css Color HEX #BA421B Rust

📋 copy color: '#BA421B'

red 186 ◦ green 66 ◦ blue 27

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

Shades of Rust #BA421B

Tints of Rust #BA421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 66.67%
G = 23.66%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA421B (or 0xBA421B) is known color: Rust. HEX triplet: BA, 42 and 1B. RGB value is (186,66,27). Sum of RGB (Red+Green+Blue) = 186+66+27=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421B is #45BDE4. Grayscale: #616161. Windows color (decimal): -4570597 or 1786554. OLE color: 1786554.

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

Color convert

RGB 186 66 27 -
CMYK 0 0.65 0.85 0.27
HSL 14.72º 0.75% 0.42% -
HSV(B) 14.72º 0.85% 0.73% -
XYZ 22.4 14.41 2.64 -
YUV 97.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 186 66 27 0 0.65 0.85 0.27 14.72 0.75 0.42
Hex BA 42 1B 0 41 55 1B F 4B 2A
Octal 272 102 33 0 101 125 33 17 113 52
Binary 10111010 1000010 11011 0 1000001 1010101 11011 1111 1001011 101010

Color Harmonies of #BA421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA421B

Black with #BA421B

Text Example


Text Example

White with #BA421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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