Html Css Color HEX #B43003 Rust

📋 copy color: '#B43003'

red 180 ◦ green 48 ◦ blue 3

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

Shades of Rust #B43003

Tints of Rust #B43003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 77.92%
G = 20.78%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B43003 (or 0xB43003) is known color: Rust. HEX triplet: B4, 30 and 03. RGB value is (180,48,3). Sum of RGB (Red+Green+Blue) = 180+48+3=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B43003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43003 is #4BCFFC. Grayscale: #525252. Windows color (decimal): -4968445 or 209076. OLE color: 209076.

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

Color convert

RGB 180 48 3 -
CMYK 0 0.73 0.98 0.29
HSL 15.25º 0.97% 0.36% -
HSV(B) 15.25º 0.98% 0.71% -
XYZ 19.9 11.82 1.32 -
YUV 82.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 180 48 3 0 0.73 0.98 0.29 15.25 0.97 0.36
Hex B4 30 3 0 49 62 1D F 61 24
Octal 264 60 3 0 111 142 35 17 141 44
Binary 10110100 110000 11 0 1001001 1100010 11101 1111 1100001 100100

Color Harmonies of #B43003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43003

Black with #B43003

Text Example


Text Example

White with #B43003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43003; }

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

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

background-color css

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

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

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

border-color css

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

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

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