Html Css Color HEX #BB410C Rust

📋 copy color: '#BB410C'

red 187 ◦ green 65 ◦ blue 12

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

Shades of Rust #BB410C

Tints of Rust #BB410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 70.83%
G = 24.62%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB410C (or 0xBB410C) is known color: Rust. HEX triplet: BB, 41 and 0C. RGB value is (187,65,12). Sum of RGB (Red+Green+Blue) = 187+65+12=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB410C is #44BEF3. Grayscale: #5F5F5F. Windows color (decimal): -4505332 or 803259. OLE color: 803259.

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

Color convert

RGB 187 65 12 -
CMYK 0 0.65 0.94 0.27
HSL 18.17º 0.88% 0.39% -
HSV(B) 18.17º 0.94% 0.73% -
XYZ 22.45 14.37 1.94 -
YUV 95.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 187 65 12 0 0.65 0.94 0.27 18.17 0.88 0.39
Hex BB 41 C 0 41 5E 1B 12 58 27
Octal 273 101 14 0 101 136 33 22 130 47
Binary 10111011 1000001 1100 0 1000001 1011110 11011 10010 1011000 100111

Color Harmonies of #BB410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB410C

Black with #BB410C

Text Example


Text Example

White with #BB410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB410C; }

 p { color: rgb(187,65,12); }

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

background-color css

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

 a { background-color: rgb(187,65,12); }

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

border-color css

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

 span { border-color: rgb(187,65,12); }

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