Html Css Color HEX #BA430D Rust

📋 copy color: '#BA430D'

red 186 ◦ green 67 ◦ blue 13

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

Shades of Rust #BA430D

Tints of Rust #BA430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 69.92%
G = 25.19%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA430D (or 0xBA430D) is known color: Rust. HEX triplet: BA, 43 and 0D. RGB value is (186,67,13). Sum of RGB (Red+Green+Blue) = 186+67+13=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA430D is #45BCF2. Grayscale: #606060. Windows color (decimal): -4570355 or 869306. OLE color: 869306.

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

Color convert

RGB 186 67 13 -
CMYK 0 0.64 0.93 0.27
HSL 18.73º 0.87% 0.39% -
HSV(B) 18.73º 0.93% 0.73% -
XYZ 22.33 14.48 2 -
YUV 96.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 186 67 13 0 0.64 0.93 0.27 18.73 0.87 0.39
Hex BA 43 D 0 40 5D 1B 13 57 27
Octal 272 103 15 0 100 135 33 23 127 47
Binary 10111010 1000011 1101 0 1000000 1011101 11011 10011 1010111 100111

Color Harmonies of #BA430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA430D

Black with #BA430D

Text Example


Text Example

White with #BA430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA430D; }

 p { color: rgb(186,67,13); }

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

background-color css

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

 a { background-color: rgb(186,67,13); }

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

border-color css

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

 span { border-color: rgb(186,67,13); }

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