Html Css Color HEX #BD420C Rust

📋 copy color: '#BD420C'

red 189 ◦ green 66 ◦ blue 12

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

Shades of Rust #BD420C

Tints of Rust #BD420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 70.79%
G = 24.72%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD420C (or 0xBD420C) is known color: Rust. HEX triplet: BD, 42 and 0C. RGB value is (189,66,12). Sum of RGB (Red+Green+Blue) = 189+66+12=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD420C is #42BDF3. Grayscale: #606060. Windows color (decimal): -4374004 or 803517. OLE color: 803517.

HSL color Cylindrical-coordinate representation of color #BD420C: hue angle of 18.31º 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 #BD420C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 66 12 -
CMYK 0 0.65 0.94 0.26
HSL 18.31º 0.88% 0.39% -
HSV(B) 18.31º 0.94% 0.74% -
XYZ 23 14.74 1.98 -
YUV 96.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 189 66 12 0 0.65 0.94 0.26 18.31 0.88 0.39
Hex BD 42 C 0 41 5E 1A 12 58 27
Octal 275 102 14 0 101 136 32 22 130 47
Binary 10111101 1000010 1100 0 1000001 1011110 11010 10010 1011000 100111

Color Harmonies of #BD420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD420C

Black with #BD420C

Text Example


Text Example

White with #BD420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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