Html Css Color HEX #BD3C02 Rust

📋 copy color: '#BD3C02'

red 189 ◦ green 60 ◦ blue 2

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

Shades of Rust #BD3C02

Tints of Rust #BD3C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 75.3%
G = 23.9%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD3C02 (or 0xBD3C02) is known color: Rust. HEX triplet: BD, 3C and 02. RGB value is (189,60,2). Sum of RGB (Red+Green+Blue) = 189+60+2=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C02 is #42C3FD. Grayscale: #5C5C5C. Windows color (decimal): -4375550 or 146621. OLE color: 146621.

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

Color convert

RGB 189 60 2 -
CMYK 0 0.68 0.99 0.26
HSL 18.61º 0.98% 0.37% -
HSV(B) 18.61º 0.99% 0.74% -
XYZ 22.61 14.05 1.58 -
YUV 91.96 77.24 197.22 -
System Red Green Blue C M Y K H S L
Decimal 189 60 2 0 0.68 0.99 0.26 18.61 0.98 0.37
Hex BD 3C 2 0 44 63 1A 13 62 25
Octal 275 74 2 0 104 143 32 23 142 45
Binary 10111101 111100 10 0 1000100 1100011 11010 10011 1100010 100101

Color Harmonies of #BD3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C02

Black with #BD3C02

Text Example


Text Example

White with #BD3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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