Html Css Color HEX #B7300A Rust

📋 copy color: '#B7300A'

red 183 ◦ green 48 ◦ blue 10

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

Shades of Rust #B7300A

Tints of Rust #B7300A

RGB

 RED value IS 183 (71.88% from 255) = 75.93%

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 75.93%
G = 19.92%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7300A (or 0xB7300A) is known color: Rust. HEX triplet: B7, 30 and 0A. RGB value is (183,48,10). Sum of RGB (Red+Green+Blue) = 183+48+10=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B7300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7300A is #48CFF5. Grayscale: #545454. Windows color (decimal): -4771830 or 667831. OLE color: 667831.

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

Color convert

RGB 183 48 10 -
CMYK 0 0.74 0.95 0.28
HSL 13.18º 0.9% 0.38% -
HSV(B) 13.18º 0.95% 0.72% -
XYZ 20.64 12.2 1.55 -
YUV 84.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 183 48 10 0 0.74 0.95 0.28 13.18 0.9 0.38
Hex B7 30 A 0 4A 5F 1C D 5A 26
Octal 267 60 12 0 112 137 34 15 132 46
Binary 10110111 110000 1010 0 1001010 1011111 11100 1101 1011010 100110

Color Harmonies of #B7300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7300A

Black with #B7300A

Text Example


Text Example

White with #B7300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7300A; }

 p { color: rgb(183,48,10); }

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

background-color css

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

 a { background-color: rgb(183,48,10); }

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

border-color css

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

 span { border-color: rgb(183,48,10); }

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