Html Css Color HEX #B83D0A Rust

📋 copy color: '#B83D0A'

red 184 ◦ green 61 ◦ blue 10

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

Shades of Rust #B83D0A

Tints of Rust #B83D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 72.16%
G = 23.92%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B83D0A (or 0xB83D0A) is known color: Rust. HEX triplet: B8, 3D and 0A. RGB value is (184,61,10). Sum of RGB (Red+Green+Blue) = 184+61+10=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D0A is #47C2F5. Grayscale: #5C5C5C. Windows color (decimal): -4702966 or 671160. OLE color: 671160.

HSL color Cylindrical-coordinate representation of color #B83D0A: hue angle of 17.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B83D0A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 61 10 -
CMYK 0 0.67 0.95 0.28
HSL 17.59º 0.9% 0.38% -
HSV(B) 17.59º 0.95% 0.72% -
XYZ 21.49 13.55 1.77 -
YUV 91.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 184 61 10 0 0.67 0.95 0.28 17.59 0.9 0.38
Hex B8 3D A 0 43 5F 1C 12 5A 26
Octal 270 75 12 0 103 137 34 22 132 46
Binary 10111000 111101 1010 0 1000011 1011111 11100 10010 1011010 100110

Color Harmonies of #B83D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83D0A

Black with #B83D0A

Text Example


Text Example

White with #B83D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83D0A; }

 p { color: rgb(184,61,10); }

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

background-color css

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

 a { background-color: rgb(184,61,10); }

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

border-color css

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

 span { border-color: rgb(184,61,10); }

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