Html Css Color HEX #BB430C Rust

📋 copy color: '#BB430C'

red 187 ◦ green 67 ◦ blue 12

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

Shades of Rust #BB430C

Tints of Rust #BB430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 70.3%
G = 25.19%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB430C (or 0xBB430C) is known color: Rust. HEX triplet: BB, 43 and 0C. RGB value is (187,67,12). Sum of RGB (Red+Green+Blue) = 187+67+12=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB430C is #44BCF3. Grayscale: #606060. Windows color (decimal): -4504820 or 803771. OLE color: 803771.

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

Color convert

RGB 187 67 12 -
CMYK 0 0.64 0.94 0.27
HSL 18.86º 0.88% 0.39% -
HSV(B) 18.86º 0.94% 0.73% -
XYZ 22.57 14.61 1.98 -
YUV 96.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 187 67 12 0 0.64 0.94 0.27 18.86 0.88 0.39
Hex BB 43 C 0 40 5E 1B 13 58 27
Octal 273 103 14 0 100 136 33 23 130 47
Binary 10111011 1000011 1100 0 1000000 1011110 11011 10011 1011000 100111

Color Harmonies of #BB430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB430C

Black with #BB430C

Text Example


Text Example

White with #BB430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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