Html Css Color HEX #BB470A Rust

📋 copy color: '#BB470A'

red 187 ◦ green 71 ◦ blue 10

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

Shades of Rust #BB470A

Tints of Rust #BB470A

RGB

 RED value IS 187 (73.44% from 255) = 69.78%

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 69.78%
G = 26.49%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB470A (or 0xBB470A) is known color: Rust. HEX triplet: BB, 47 and 0A. RGB value is (187,71,10). Sum of RGB (Red+Green+Blue) = 187+71+10=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB470A is #44B8F5. Grayscale: #636363. Windows color (decimal): -4503798 or 673723. OLE color: 673723.

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

Color convert

RGB 187 71 10 -
CMYK 0 0.62 0.95 0.27
HSL 20.68º 0.9% 0.39% -
HSV(B) 20.68º 0.95% 0.73% -
XYZ 22.8 15.09 2 -
YUV 98.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 187 71 10 0 0.62 0.95 0.27 20.68 0.9 0.39
Hex BB 47 A 0 3E 5F 1B 15 5A 27
Octal 273 107 12 0 76 137 33 25 132 47
Binary 10111011 1000111 1010 0 111110 1011111 11011 10101 1011010 100111

Color Harmonies of #BB470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB470A

Black with #BB470A

Text Example


Text Example

White with #BB470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB470A; }

 p { color: rgb(187,71,10); }

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

background-color css

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

 a { background-color: rgb(187,71,10); }

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

border-color css

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

 span { border-color: rgb(187,71,10); }

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