Html Css Color HEX #B43001 Rust

📋 copy color: '#B43001'

red 180 ◦ green 48 ◦ blue 1

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

Shades of Rust #B43001

Tints of Rust #B43001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 78.6%
G = 20.96%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B43001 (or 0xB43001) is known color: Rust. HEX triplet: B4, 30 and 01. RGB value is (180,48,1). Sum of RGB (Red+Green+Blue) = 180+48+1=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B43001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43001 is #4BCFFE. Grayscale: #525252. Windows color (decimal): -4968447 or 78004. OLE color: 78004.

HSL color Cylindrical-coordinate representation of color #B43001: hue angle of 15.75º 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 #B43001 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 1 -
CMYK 0 0.73 0.99 0.29
HSL 15.75º 0.99% 0.35% -
HSV(B) 15.75º 0.99% 0.71% -
XYZ 19.88 11.82 1.26 -
YUV 82.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 180 48 1 0 0.73 0.99 0.29 15.75 0.99 0.35
Hex B4 30 1 0 49 63 1D 10 63 23
Octal 264 60 1 0 111 143 35 20 143 43
Binary 10110100 110000 1 0 1001001 1100011 11101 10000 1100011 100011

Color Harmonies of #B43001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43001

Black with #B43001

Text Example


Text Example

White with #B43001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43001; }

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

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

background-color css

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

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

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

border-color css

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

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

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