Html Css Color HEX #B43A0A Rust

📋 copy color: '#B43A0A'

red 180 ◦ green 58 ◦ blue 10

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

Shades of Rust #B43A0A

Tints of Rust #B43A0A

RGB

 RED value IS 180 (70.7% from 255) = 72.58%

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 72.58%
G = 23.39%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B43A0A (or 0xB43A0A) is known color: Rust. HEX triplet: B4, 3A and 0A. RGB value is (180,58,10). Sum of RGB (Red+Green+Blue) = 180+58+10=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A0A is #4BC5F5. Grayscale: #595959. Windows color (decimal): -4965878 or 670388. OLE color: 670388.

HSL color Cylindrical-coordinate representation of color #B43A0A: hue angle of 16.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B43A0A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 58 10 -
CMYK 0 0.68 0.94 0.29
HSL 16.94º 0.89% 0.37% -
HSV(B) 16.94º 0.94% 0.71% -
XYZ 20.39 12.75 1.67 -
YUV 89.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 180 58 10 0 0.68 0.94 0.29 16.94 0.89 0.37
Hex B4 3A A 0 44 5E 1D 11 59 25
Octal 264 72 12 0 104 136 35 21 131 45
Binary 10110100 111010 1010 0 1000100 1011110 11101 10001 1011001 100101

Color Harmonies of #B43A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A0A

Black with #B43A0A

Text Example


Text Example

White with #B43A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A0A; }

 p { color: rgb(180,58,10); }

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

background-color css

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

 a { background-color: rgb(180,58,10); }

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

border-color css

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

 span { border-color: rgb(180,58,10); }

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