Html Css Color HEX #BD3D02 Rust

📋 copy color: '#BD3D02'

red 189 ◦ green 61 ◦ blue 2

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

Shades of Rust #BD3D02

Tints of Rust #BD3D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

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

R = 75%
G = 24.21%
B = 0.79%

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

#BD3D02 (or 0xBD3D02) is known color: Rust. HEX triplet: BD, 3D and 02. RGB value is (189,61,2). Sum of RGB (Red+Green+Blue) = 189+61+2=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D02 is #42C2FD. Grayscale: #5C5C5C. Windows color (decimal): -4375294 or 146877. OLE color: 146877.

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

Color convert

RGB 189 61 2 -
CMYK 0 0.68 0.99 0.26
HSL 18.93º 0.98% 0.37% -
HSV(B) 18.93º 0.99% 0.74% -
XYZ 22.67 14.16 1.6 -
YUV 92.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 189 61 2 0 0.68 0.99 0.26 18.93 0.98 0.37
Hex BD 3D 2 0 44 63 1A 13 62 25
Octal 275 75 2 0 104 143 32 23 142 45
Binary 10111101 111101 10 0 1000100 1100011 11010 10011 1100010 100101

Color Harmonies of #BD3D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D02

Black with #BD3D02

Text Example


Text Example

White with #BD3D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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