Html Css Color HEX #BB431A Rust

📋 copy color: '#BB431A'

red 187 ◦ green 67 ◦ blue 26

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

Shades of Rust #BB431A

Tints of Rust #BB431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 66.79%
G = 23.93%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB431A (or 0xBB431A) is known color: Rust. HEX triplet: BB, 43 and 1A. RGB value is (187,67,26). Sum of RGB (Red+Green+Blue) = 187+67+26=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB431A is #44BCE5. Grayscale: #626262. Windows color (decimal): -4504806 or 1721275. OLE color: 1721275.

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

Color convert

RGB 187 67 26 -
CMYK 0 0.64 0.86 0.27
HSL 15.28º 0.76% 0.42% -
HSV(B) 15.28º 0.86% 0.73% -
XYZ 22.69 14.65 2.61 -
YUV 98.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 187 67 26 0 0.64 0.86 0.27 15.28 0.76 0.42
Hex BB 43 1A 0 40 56 1B F 4C 2A
Octal 273 103 32 0 100 126 33 17 114 52
Binary 10111011 1000011 11010 0 1000000 1010110 11011 1111 1001100 101010

Color Harmonies of #BB431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB431A

Black with #BB431A

Text Example


Text Example

White with #BB431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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