Html Css Color HEX #BD370C Rust

📋 copy color: '#BD370C'

red 189 ◦ green 55 ◦ blue 12

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

Shades of Rust #BD370C

Tints of Rust #BD370C

RGB

 RED value IS 189 (74.22% from 255) = 73.83%

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 73.83%
G = 21.48%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD370C (or 0xBD370C) is known color: Rust. HEX triplet: BD, 37 and 0C. RGB value is (189,55,12). Sum of RGB (Red+Green+Blue) = 189+55+12=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD370C is #42C8F3. Grayscale: #5A5A5A. Windows color (decimal): -4376820 or 800701. OLE color: 800701.

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

Color convert

RGB 189 55 12 -
CMYK 0 0.71 0.94 0.26
HSL 14.58º 0.88% 0.39% -
HSV(B) 14.58º 0.94% 0.74% -
XYZ 22.42 13.58 1.79 -
YUV 90.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 189 55 12 0 0.71 0.94 0.26 14.58 0.88 0.39
Hex BD 37 C 0 47 5E 1A F 58 27
Octal 275 67 14 0 107 136 32 17 130 47
Binary 10111101 110111 1100 0 1000111 1011110 11010 1111 1011000 100111

Color Harmonies of #BD370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD370C

Black with #BD370C

Text Example


Text Example

White with #BD370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD370C; }

 p { color: rgb(189,55,12); }

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

background-color css

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

 a { background-color: rgb(189,55,12); }

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

border-color css

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

 span { border-color: rgb(189,55,12); }

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