Html Css Color HEX #B43005 Rust

📋 copy color: '#B43005'

red 180 ◦ green 48 ◦ blue 5

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

Shades of Rust #B43005

Tints of Rust #B43005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 77.25%
G = 20.6%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B43005 (or 0xB43005) is known color: Rust. HEX triplet: B4, 30 and 05. RGB value is (180,48,5). Sum of RGB (Red+Green+Blue) = 180+48+5=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B43005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43005 is #4BCFFA. Grayscale: #525252. Windows color (decimal): -4968443 or 340148. OLE color: 340148.

HSL color Cylindrical-coordinate representation of color #B43005: hue angle of 14.74º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B43005 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 5 -
CMYK 0 0.73 0.97 0.29
HSL 14.74º 0.95% 0.36% -
HSV(B) 14.74º 0.97% 0.71% -
XYZ 19.91 11.83 1.38 -
YUV 82.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 180 48 5 0 0.73 0.97 0.29 14.74 0.95 0.36
Hex B4 30 5 0 49 61 1D F 5F 24
Octal 264 60 5 0 111 141 35 17 137 44
Binary 10110100 110000 101 0 1001001 1100001 11101 1111 1011111 100100

Color Harmonies of #B43005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43005

Black with #B43005

Text Example


Text Example

White with #B43005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43005; }

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

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

background-color css

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

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

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

border-color css

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

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

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