Html Css Color HEX #BD4303 Rust

📋 copy color: '#BD4303'

red 189 ◦ green 67 ◦ blue 3

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

Shades of Rust #BD4303

Tints of Rust #BD4303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 72.97%
G = 25.87%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD4303 (or 0xBD4303) is known color: Rust. HEX triplet: BD, 43 and 03. RGB value is (189,67,3). Sum of RGB (Red+Green+Blue) = 189+67+3=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4303 is #42BCFC. Grayscale: #606060. Windows color (decimal): -4373757 or 213949. OLE color: 213949.

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

Color convert

RGB 189 67 3 -
CMYK 0 0.65 0.98 0.26
HSL 20.65º 0.97% 0.38% -
HSV(B) 20.65º 0.98% 0.74% -
XYZ 23.01 14.84 1.74 -
YUV 96.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 189 67 3 0 0.65 0.98 0.26 20.65 0.97 0.38
Hex BD 43 3 0 41 62 1A 15 61 26
Octal 275 103 3 0 101 142 32 25 141 46
Binary 10111101 1000011 11 0 1000001 1100010 11010 10101 1100001 100110

Color Harmonies of #BD4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4303

Black with #BD4303

Text Example


Text Example

White with #BD4303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4303; }

 p { color: rgb(189,67,3); }

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

background-color css

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

 a { background-color: rgb(189,67,3); }

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

border-color css

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

 span { border-color: rgb(189,67,3); }

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