Html Css Color HEX #BD420A Rust

📋 copy color: '#BD420A'

red 189 ◦ green 66 ◦ blue 10

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

Shades of Rust #BD420A

Tints of Rust #BD420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 71.32%
G = 24.91%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD420A (or 0xBD420A) is known color: Rust. HEX triplet: BD, 42 and 0A. RGB value is (189,66,10). Sum of RGB (Red+Green+Blue) = 189+66+10=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD420A is #42BDF5. Grayscale: #606060. Windows color (decimal): -4374006 or 672445. OLE color: 672445.

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

Color convert

RGB 189 66 10 -
CMYK 0 0.65 0.95 0.26
HSL 18.77º 0.9% 0.39% -
HSV(B) 18.77º 0.95% 0.74% -
XYZ 22.99 14.74 1.92 -
YUV 96.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 189 66 10 0 0.65 0.95 0.26 18.77 0.9 0.39
Hex BD 42 A 0 41 5F 1A 13 5A 27
Octal 275 102 12 0 101 137 32 23 132 47
Binary 10111101 1000010 1010 0 1000001 1011111 11010 10011 1011010 100111

Color Harmonies of #BD420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD420A

Black with #BD420A

Text Example


Text Example

White with #BD420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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