Html Css Color HEX #BB3D04 Rust

📋 copy color: '#BB3D04'

red 187 ◦ green 61 ◦ blue 4

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

Shades of Rust #BB3D04

Tints of Rust #BB3D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 74.21%
G = 24.21%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB3D04 (or 0xBB3D04) is known color: Rust. HEX triplet: BB, 3D and 04. RGB value is (187,61,4). Sum of RGB (Red+Green+Blue) = 187+61+4=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3D04 is #44C2FB. Grayscale: #5C5C5C. Windows color (decimal): -4506364 or 277947. OLE color: 277947.

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

Color convert

RGB 187 61 4 -
CMYK 0 0.67 0.98 0.27
HSL 18.69º 0.96% 0.37% -
HSV(B) 18.69º 0.98% 0.73% -
XYZ 22.18 13.91 1.63 -
YUV 92.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 187 61 4 0 0.67 0.98 0.27 18.69 0.96 0.37
Hex BB 3D 4 0 43 62 1B 13 60 25
Octal 273 75 4 0 103 142 33 23 140 45
Binary 10111011 111101 100 0 1000011 1100010 11011 10011 1100000 100101

Color Harmonies of #BB3D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D04

Black with #BB3D04

Text Example


Text Example

White with #BB3D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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