Html Css Color HEX #BA420F Rust

📋 copy color: '#BA420F'

red 186 ◦ green 66 ◦ blue 15

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

Shades of Rust #BA420F

Tints of Rust #BA420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 69.66%
G = 24.72%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA420F (or 0xBA420F) is known color: Rust. HEX triplet: BA, 42 and 0F. RGB value is (186,66,15). Sum of RGB (Red+Green+Blue) = 186+66+15=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA420F is #45BDF0. Grayscale: #606060. Windows color (decimal): -4570609 or 1000122. OLE color: 1000122.

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

Color convert

RGB 186 66 15 -
CMYK 0 0.65 0.92 0.27
HSL 17.89º 0.85% 0.39% -
HSV(B) 17.89º 0.92% 0.73% -
XYZ 22.28 14.37 2.05 -
YUV 96.07 82.26 192.15 -
System Red Green Blue C M Y K H S L
Decimal 186 66 15 0 0.65 0.92 0.27 17.89 0.85 0.39
Hex BA 42 F 0 41 5C 1B 12 55 27
Octal 272 102 17 0 101 134 33 22 125 47
Binary 10111010 1000010 1111 0 1000001 1011100 11011 10010 1010101 100111

Color Harmonies of #BA420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA420F

Black with #BA420F

Text Example


Text Example

White with #BA420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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