Html Css Color HEX #BB3D05 Rust

📋 copy color: '#BB3D05'

red 187 ◦ green 61 ◦ blue 5

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

Shades of Rust #BB3D05

Tints of Rust #BB3D05

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 73.91%
G = 24.11%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB3D05 (or 0xBB3D05) is known color: Rust. HEX triplet: BB, 3D and 05. RGB value is (187,61,5). Sum of RGB (Red+Green+Blue) = 187+61+5=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3D05 is #44C2FA. Grayscale: #5C5C5C. Windows color (decimal): -4506363 or 343483. OLE color: 343483.

HSL color Cylindrical-coordinate representation of color #BB3D05: hue angle of 18.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB3D05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 61 5 -
CMYK 0 0.67 0.97 0.27
HSL 18.46º 0.95% 0.38% -
HSV(B) 18.46º 0.97% 0.73% -
XYZ 22.19 13.91 1.66 -
YUV 92.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 187 61 5 0 0.67 0.97 0.27 18.46 0.95 0.38
Hex BB 3D 5 0 43 61 1B 12 5F 26
Octal 273 75 5 0 103 141 33 22 137 46
Binary 10111011 111101 101 0 1000011 1100001 11011 10010 1011111 100110

Color Harmonies of #BB3D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D05

Black with #BB3D05

Text Example


Text Example

White with #BB3D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D05; }

 p { color: rgb(187,61,5); }

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

background-color css

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

 a { background-color: rgb(187,61,5); }

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

border-color css

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

 span { border-color: rgb(187,61,5); }

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