Html Css Color HEX #B43A01 Rust

📋 copy color: '#B43A01'

red 180 ◦ green 58 ◦ blue 1

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

Shades of Rust #B43A01

Tints of Rust #B43A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 75.31%
G = 24.27%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B43A01 (or 0xB43A01) is known color: Rust. HEX triplet: B4, 3A and 01. RGB value is (180,58,1). Sum of RGB (Red+Green+Blue) = 180+58+1=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A01 is #4BC5FE. Grayscale: #585858. Windows color (decimal): -4965887 or 80564. OLE color: 80564.

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

Color convert

RGB 180 58 1 -
CMYK 0 0.68 0.99 0.29
HSL 19.11º 0.99% 0.35% -
HSV(B) 19.11º 0.99% 0.71% -
XYZ 20.34 12.73 1.41 -
YUV 87.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 180 58 1 0 0.68 0.99 0.29 19.11 0.99 0.35
Hex B4 3A 1 0 44 63 1D 13 63 23
Octal 264 72 1 0 104 143 35 23 143 43
Binary 10110100 111010 1 0 1000100 1100011 11101 10011 1100011 100011

Color Harmonies of #B43A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A01

Black with #B43A01

Text Example


Text Example

White with #B43A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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