Html Css Color HEX #BB431E Rust

📋 copy color: '#BB431E'

red 187 ◦ green 67 ◦ blue 30

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

Shades of Rust #BB431E

Tints of Rust #BB431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 65.85%
G = 23.59%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB431E (or 0xBB431E) is known color: Rust. HEX triplet: BB, 43 and 1E. RGB value is (187,67,30). Sum of RGB (Red+Green+Blue) = 187+67+30=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB431E is #44BCE1. Grayscale: #626262. Windows color (decimal): -4504802 or 1983419. OLE color: 1983419.

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

Color convert

RGB 187 67 30 -
CMYK 0 0.64 0.84 0.27
HSL 14.14º 0.72% 0.43% -
HSV(B) 14.14º 0.84% 0.73% -
XYZ 22.74 14.67 2.86 -
YUV 98.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 187 67 30 0 0.64 0.84 0.27 14.14 0.72 0.43
Hex BB 43 1E 0 40 54 1B E 48 2B
Octal 273 103 36 0 100 124 33 16 110 53
Binary 10111011 1000011 11110 0 1000000 1010100 11011 1110 1001000 101011

Color Harmonies of #BB431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB431E

Black with #BB431E

Text Example


Text Example

White with #BB431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB431E; }

 p { color: rgb(187,67,30); }

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

background-color css

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

 a { background-color: rgb(187,67,30); }

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

border-color css

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

 span { border-color: rgb(187,67,30); }

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