Html Css Color HEX #BB430D Rust

📋 copy color: '#BB430D'

red 187 ◦ green 67 ◦ blue 13

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

Shades of Rust #BB430D

Tints of Rust #BB430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 70.04%
G = 25.09%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB430D (or 0xBB430D) is known color: Rust. HEX triplet: BB, 43 and 0D. RGB value is (187,67,13). Sum of RGB (Red+Green+Blue) = 187+67+13=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB430D is #44BCF2. Grayscale: #616161. Windows color (decimal): -4504819 or 869307. OLE color: 869307.

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

Color convert

RGB 187 67 13 -
CMYK 0 0.64 0.93 0.27
HSL 18.62º 0.87% 0.39% -
HSV(B) 18.62º 0.93% 0.73% -
XYZ 22.57 14.61 2.01 -
YUV 96.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 187 67 13 0 0.64 0.93 0.27 18.62 0.87 0.39
Hex BB 43 D 0 40 5D 1B 13 57 27
Octal 273 103 15 0 100 135 33 23 127 47
Binary 10111011 1000011 1101 0 1000000 1011101 11011 10011 1010111 100111

Color Harmonies of #BB430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB430D

Black with #BB430D

Text Example


Text Example

White with #BB430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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