Html Css Color HEX #BD3C13 Rust

📋 copy color: '#BD3C13'

red 189 ◦ green 60 ◦ blue 19

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

Shades of Rust #BD3C13

Tints of Rust #BD3C13

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 70.52%
G = 22.39%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD3C13 (or 0xBD3C13) is known color: Rust. HEX triplet: BD, 3C and 13. RGB value is (189,60,19). Sum of RGB (Red+Green+Blue) = 189+60+19=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C13 is #42C3EC. Grayscale: #5E5E5E. Windows color (decimal): -4375533 or 1260733. OLE color: 1260733.

HSL color Cylindrical-coordinate representation of color #BD3C13: hue angle of 14.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD3C13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 19 -
CMYK 0 0.68 0.90 0.26
HSL 14.47º 0.82% 0.41% -
HSV(B) 14.47º 0.9% 0.74% -
XYZ 22.72 14.1 2.14 -
YUV 93.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 189 60 19 0 0.68 0.90 0.26 14.47 0.82 0.41
Hex BD 3C 13 0 44 5A 1A E 52 29
Octal 275 74 23 0 104 132 32 16 122 51
Binary 10111101 111100 10011 0 1000100 1011010 11010 1110 1010010 101001

Color Harmonies of #BD3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C13

Black with #BD3C13

Text Example


Text Example

White with #BD3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C13; }

 p { color: rgb(189,60,19); }

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

background-color css

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

 a { background-color: rgb(189,60,19); }

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

border-color css

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

 span { border-color: rgb(189,60,19); }

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