Html Css Color HEX #BA430B Rust

📋 copy color: '#BA430B'

red 186 ◦ green 67 ◦ blue 11

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

Shades of Rust #BA430B

Tints of Rust #BA430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 70.45%
G = 25.38%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA430B (or 0xBA430B) is known color: Rust. HEX triplet: BA, 43 and 0B. RGB value is (186,67,11). Sum of RGB (Red+Green+Blue) = 186+67+11=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA430B is #45BCF4. Grayscale: #606060. Windows color (decimal): -4570357 or 738234. OLE color: 738234.

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

Color convert

RGB 186 67 11 -
CMYK 0 0.64 0.94 0.27
HSL 19.2º 0.89% 0.39% -
HSV(B) 19.2º 0.94% 0.73% -
XYZ 22.32 14.48 1.93 -
YUV 96.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 186 67 11 0 0.64 0.94 0.27 19.2 0.89 0.39
Hex BA 43 B 0 40 5E 1B 13 59 27
Octal 272 103 13 0 100 136 33 23 131 47
Binary 10111010 1000011 1011 0 1000000 1011110 11011 10011 1011001 100111

Color Harmonies of #BA430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA430B

Black with #BA430B

Text Example


Text Example

White with #BA430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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