Html Css Color HEX #BD421A Rust

📋 copy color: '#BD421A'

red 189 ◦ green 66 ◦ blue 26

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

Shades of Rust #BD421A

Tints of Rust #BD421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 67.26%
G = 23.49%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD421A (or 0xBD421A) is known color: Rust. HEX triplet: BD, 42 and 1A. RGB value is (189,66,26). Sum of RGB (Red+Green+Blue) = 189+66+26=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD421A is #42BDE5. Grayscale: #626262. Windows color (decimal): -4373990 or 1721021. OLE color: 1721021.

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

Color convert

RGB 189 66 26 -
CMYK 0 0.65 0.86 0.26
HSL 14.72º 0.76% 0.42% -
HSV(B) 14.72º 0.86% 0.74% -
XYZ 23.12 14.79 2.61 -
YUV 98.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 189 66 26 0 0.65 0.86 0.26 14.72 0.76 0.42
Hex BD 42 1A 0 41 56 1A F 4C 2A
Octal 275 102 32 0 101 126 32 17 114 52
Binary 10111101 1000010 11010 0 1000001 1010110 11010 1111 1001100 101010

Color Harmonies of #BD421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD421A

Black with #BD421A

Text Example


Text Example

White with #BD421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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