Html Css Color HEX #BB421F Rust

📋 copy color: '#BB421F'

red 187 ◦ green 66 ◦ blue 31

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

Shades of Rust #BB421F

Tints of Rust #BB421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 65.85%
G = 23.24%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB421F (or 0xBB421F) is known color: Rust. HEX triplet: BB, 42 and 1F. RGB value is (187,66,31). Sum of RGB (Red+Green+Blue) = 187+66+31=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB421F is #44BDE0. Grayscale: #626262. Windows color (decimal): -4505057 or 2048699. OLE color: 2048699.

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

Color convert

RGB 187 66 31 -
CMYK 0 0.65 0.83 0.27
HSL 13.46º 0.72% 0.43% -
HSV(B) 13.46º 0.83% 0.73% -
XYZ 22.69 14.56 2.91 -
YUV 98.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 187 66 31 0 0.65 0.83 0.27 13.46 0.72 0.43
Hex BB 42 1F 0 41 53 1B D 48 2B
Octal 273 102 37 0 101 123 33 15 110 53
Binary 10111011 1000010 11111 0 1000001 1010011 11011 1101 1001000 101011

Color Harmonies of #BB421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB421F

Black with #BB421F

Text Example


Text Example

White with #BB421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB421F; }

 p { color: rgb(187,66,31); }

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

background-color css

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

 a { background-color: rgb(187,66,31); }

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

border-color css

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

 span { border-color: rgb(187,66,31); }

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