Html Css Color HEX #B43608 Rust

📋 copy color: '#B43608'

red 180 ◦ green 54 ◦ blue 8

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

Shades of Rust #B43608

Tints of Rust #B43608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

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

R = 74.38%
G = 22.31%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B43608 (or 0xB43608) is known color: Rust. HEX triplet: B4, 36 and 08. RGB value is (180,54,8). Sum of RGB (Red+Green+Blue) = 180+54+8=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B43608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43608 is #4BC9F7. Grayscale: #565656. Windows color (decimal): -4966904 or 538292. OLE color: 538292.

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

Color convert

RGB 180 54 8 -
CMYK 0 0.7 0.96 0.29
HSL 16.05º 0.91% 0.37% -
HSV(B) 16.05º 0.96% 0.71% -
XYZ 20.19 12.36 1.55 -
YUV 86.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 180 54 8 0 0.7 0.96 0.29 16.05 0.91 0.37
Hex B4 36 8 0 46 60 1D 10 5B 25
Octal 264 66 10 0 106 140 35 20 133 45
Binary 10110100 110110 1000 0 1000110 1100000 11101 10000 1011011 100101

Color Harmonies of #B43608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43608

Black with #B43608

Text Example


Text Example

White with #B43608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43608; }

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

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

background-color css

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

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

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

border-color css

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

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

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