Html Css Color HEX #BB3C01 Rust

📋 copy color: '#BB3C01'

red 187 ◦ green 60 ◦ blue 1

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

Shades of Rust #BB3C01

Tints of Rust #BB3C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 75.4%
G = 24.19%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3C01 (or 0xBB3C01) is known color: Rust. HEX triplet: BB, 3C and 01. RGB value is (187,60,1). Sum of RGB (Red+Green+Blue) = 187+60+1=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3C01 is #44C3FE. Grayscale: #5B5B5B. Windows color (decimal): -4506623 or 81083. OLE color: 81083.

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

Color convert

RGB 187 60 1 -
CMYK 0 0.68 0.99 0.27
HSL 19.03º 0.99% 0.37% -
HSV(B) 19.03º 0.99% 0.73% -
XYZ 22.11 13.8 1.53 -
YUV 91.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 187 60 1 0 0.68 0.99 0.27 19.03 0.99 0.37
Hex BB 3C 1 0 44 63 1B 13 63 25
Octal 273 74 1 0 104 143 33 23 143 45
Binary 10111011 111100 1 0 1000100 1100011 11011 10011 1100011 100101

Color Harmonies of #BB3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C01

Black with #BB3C01

Text Example


Text Example

White with #BB3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C01; }

 p { color: rgb(187,60,1); }

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

background-color css

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

 a { background-color: rgb(187,60,1); }

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

border-color css

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

 span { border-color: rgb(187,60,1); }

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