Html Css Color HEX #B83C0A Rust

📋 copy color: '#B83C0A'

red 184 ◦ green 60 ◦ blue 10

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

Shades of Rust #B83C0A

Tints of Rust #B83C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

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

R = 72.44%
G = 23.62%
B = 3.94%

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

#B83C0A (or 0xB83C0A) is known color: Rust. HEX triplet: B8, 3C and 0A. RGB value is (184,60,10). Sum of RGB (Red+Green+Blue) = 184+60+10=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C0A is #47C3F5. Grayscale: #5B5B5B. Windows color (decimal): -4703222 or 670904. OLE color: 670904.

HSL color Cylindrical-coordinate representation of color #B83C0A: hue angle of 17.24º 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 #B83C0A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 60 10 -
CMYK 0 0.67 0.95 0.28
HSL 17.24º 0.9% 0.38% -
HSV(B) 17.24º 0.95% 0.72% -
XYZ 21.44 13.44 1.75 -
YUV 91.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 184 60 10 0 0.67 0.95 0.28 17.24 0.9 0.38
Hex B8 3C A 0 43 5F 1C 11 5A 26
Octal 270 74 12 0 103 137 34 21 132 46
Binary 10111000 111100 1010 0 1000011 1011111 11100 10001 1011010 100110

Color Harmonies of #B83C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C0A

Black with #B83C0A

Text Example


Text Example

White with #B83C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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