Html Css Color HEX #BA4402 Rust

📋 copy color: '#BA4402'

red 186 ◦ green 68 ◦ blue 2

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

Shades of Rust #BA4402

Tints of Rust #BA4402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 72.66%
G = 26.56%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA4402 (or 0xBA4402) is known color: Rust. HEX triplet: BA, 44 and 02. RGB value is (186,68,2). Sum of RGB (Red+Green+Blue) = 186+68+2=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4402 is #45BBFD. Grayscale: #606060. Windows color (decimal): -4570110 or 148666. OLE color: 148666.

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

Color convert

RGB 186 68 2 -
CMYK 0 0.63 0.99 0.27
HSL 21.52º 0.98% 0.37% -
HSV(B) 21.52º 0.99% 0.73% -
XYZ 22.33 14.58 1.69 -
YUV 95.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 186 68 2 0 0.63 0.99 0.27 21.52 0.98 0.37
Hex BA 44 2 0 3F 63 1B 16 62 25
Octal 272 104 2 0 77 143 33 26 142 45
Binary 10111010 1000100 10 0 111111 1100011 11011 10110 1100010 100101

Color Harmonies of #BA4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4402

Black with #BA4402

Text Example


Text Example

White with #BA4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4402; }

 p { color: rgb(186,68,2); }

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

background-color css

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

 a { background-color: rgb(186,68,2); }

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

border-color css

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

 span { border-color: rgb(186,68,2); }

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