Html Css Color HEX #B43408 Rust

📋 copy color: '#B43408'

red 180 ◦ green 52 ◦ blue 8

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

Shades of Rust #B43408

Tints of Rust #B43408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 75%
G = 21.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B43408 (or 0xB43408) is known color: Rust. HEX triplet: B4, 34 and 08. RGB value is (180,52,8). Sum of RGB (Red+Green+Blue) = 180+52+8=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B43408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43408 is #4BCBF7. Grayscale: #555555. Windows color (decimal): -4967416 or 537780. OLE color: 537780.

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

Color convert

RGB 180 52 8 -
CMYK 0 0.71 0.96 0.29
HSL 15.35º 0.91% 0.37% -
HSV(B) 15.35º 0.96% 0.71% -
XYZ 20.09 12.18 1.52 -
YUV 85.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 180 52 8 0 0.71 0.96 0.29 15.35 0.91 0.37
Hex B4 34 8 0 47 60 1D F 5B 25
Octal 264 64 10 0 107 140 35 17 133 45
Binary 10110100 110100 1000 0 1000111 1100000 11101 1111 1011011 100101

Color Harmonies of #B43408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43408

Black with #B43408

Text Example


Text Example

White with #B43408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43408; }

 p { color: rgb(180,52,8); }

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

background-color css

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

 a { background-color: rgb(180,52,8); }

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

border-color css

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

 span { border-color: rgb(180,52,8); }

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