Html Css Color HEX #B83207 Rust

📋 copy color: '#B83207'

red 184 ◦ green 50 ◦ blue 7

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

Shades of Rust #B83207

Tints of Rust #B83207

RGB

 RED value IS 184 (72.27% from 255) = 76.35%

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 76.35%
G = 20.75%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B83207 (or 0xB83207) is known color: Rust. HEX triplet: B8, 32 and 07. RGB value is (184,50,7). Sum of RGB (Red+Green+Blue) = 184+50+7=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B83207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83207 is #47CDF8. Grayscale: #555555. Windows color (decimal): -4705785 or 471736. OLE color: 471736.

HSL color Cylindrical-coordinate representation of color #B83207: hue angle of 14.58º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B83207 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 7 -
CMYK 0 0.73 0.96 0.28
HSL 14.58º 0.93% 0.37% -
HSV(B) 14.58º 0.96% 0.72% -
XYZ 20.95 12.49 1.51 -
YUV 85.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 184 50 7 0 0.73 0.96 0.28 14.58 0.93 0.37
Hex B8 32 7 0 49 60 1C F 5D 25
Octal 270 62 7 0 111 140 34 17 135 45
Binary 10111000 110010 111 0 1001001 1100000 11100 1111 1011101 100101

Color Harmonies of #B83207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83207

Black with #B83207

Text Example


Text Example

White with #B83207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83207; }

 p { color: rgb(184,50,7); }

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

background-color css

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

 a { background-color: rgb(184,50,7); }

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

border-color css

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

 span { border-color: rgb(184,50,7); }

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