Html Css Color HEX #BF480A Rust

📋 copy color: '#BF480A'

red 191 ◦ green 72 ◦ blue 10

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

Shades of Rust #BF480A

Tints of Rust #BF480A

RGB

 RED value IS 191 (75% from 255) = 69.96%

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 69.96%
G = 26.37%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF480A (or 0xBF480A) is known color: Rust. HEX triplet: BF, 48 and 0A. RGB value is (191,72,10). Sum of RGB (Red+Green+Blue) = 191+72+10=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF480A is #40B7F5. Grayscale: #646464. Windows color (decimal): -4241398 or 673983. OLE color: 673983.

HSL color Cylindrical-coordinate representation of color #BF480A: hue angle of 20.55º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF480A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 72 10 -
CMYK 0 0.62 0.95 0.25
HSL 20.55º 0.9% 0.39% -
HSV(B) 20.55º 0.95% 0.75% -
XYZ 23.86 15.73 2.07 -
YUV 100.51 76.92 192.54 -
System Red Green Blue C M Y K H S L
Decimal 191 72 10 0 0.62 0.95 0.25 20.55 0.9 0.39
Hex BF 48 A 0 3E 5F 19 15 5A 27
Octal 277 110 12 0 76 137 31 25 132 47
Binary 10111111 1001000 1010 0 111110 1011111 11001 10101 1011010 100111

Color Harmonies of #BF480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF480A

Black with #BF480A

Text Example


Text Example

White with #BF480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF480A; }

 p { color: rgb(191,72,10); }

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

background-color css

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

 a { background-color: rgb(191,72,10); }

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

border-color css

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

 span { border-color: rgb(191,72,10); }

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