Html Css Color HEX #BB4300 Rust

📋 copy color: '#BB4300'

red 187 ◦ green 67 ◦ blue 0

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

Shades of Rust #BB4300

Tints of Rust #BB4300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.62%
G = 26.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4300 (or 0xBB4300) is known color: Rust. HEX triplet: BB, 43 and 00. RGB value is (187,67,0). Sum of RGB (Red+Green+Blue) = 187+67+0=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4300 is #44BCFF. Grayscale: #5F5F5F. Windows color (decimal): -4504832 or 17339. OLE color: 17339.

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

Color convert

RGB 187 67 0 -
CMYK 0 0.64 1 0.27
HSL 21.5º 1% 0.37% -
HSV(B) 21.5º 1% 0.73% -
XYZ 22.5 14.58 1.63 -
YUV 95.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 187 67 0 0 0.64 1 0.27 21.5 1 0.37
Hex BB 43 0 0 40 64 1B 15 64 25
Octal 273 103 0 0 100 144 33 25 144 45
Binary 10111011 1000011 0 0 1000000 1100100 11011 10101 1100100 100101

Color Harmonies of #BB4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4300

Black with #BB4300

Text Example


Text Example

White with #BB4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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