Html Css Color HEX #BD3E02 Rust

📋 copy color: '#BD3E02'

red 189 ◦ green 62 ◦ blue 2

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

Shades of Rust #BD3E02

Tints of Rust #BD3E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

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

R = 74.7%
G = 24.51%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD3E02 (or 0xBD3E02) is known color: Rust. HEX triplet: BD, 3E and 02. RGB value is (189,62,2). Sum of RGB (Red+Green+Blue) = 189+62+2=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E02 is #42C1FD. Grayscale: #5D5D5D. Windows color (decimal): -4375038 or 147133. OLE color: 147133.

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

Color convert

RGB 189 62 2 -
CMYK 0 0.67 0.99 0.26
HSL 19.25º 0.98% 0.37% -
HSV(B) 19.25º 0.99% 0.74% -
XYZ 22.72 14.27 1.61 -
YUV 93.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 189 62 2 0 0.67 0.99 0.26 19.25 0.98 0.37
Hex BD 3E 2 0 43 63 1A 13 62 25
Octal 275 76 2 0 103 143 32 23 142 45
Binary 10111101 111110 10 0 1000011 1100011 11010 10011 1100010 100101

Color Harmonies of #BD3E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E02

Black with #BD3E02

Text Example


Text Example

White with #BD3E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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