Html Css Color HEX #BE3D02 Rust

📋 copy color: '#BE3D02'

red 190 ◦ green 61 ◦ blue 2

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

Shades of Rust #BE3D02

Tints of Rust #BE3D02

RGB

 RED value IS 190 (74.61% from 255) = 75.1%

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

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

R = 75.1%
G = 24.11%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3D02 (or 0xBE3D02) is known color: Rust. HEX triplet: BE, 3D and 02. RGB value is (190,61,2). Sum of RGB (Red+Green+Blue) = 190+61+2=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D02 is #41C2FD. Grayscale: #5D5D5D. Windows color (decimal): -4309758 or 146878. OLE color: 146878.

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

Color convert

RGB 190 61 2 -
CMYK 0 0.68 0.99 0.25
HSL 18.83º 0.98% 0.38% -
HSV(B) 18.83º 0.99% 0.75% -
XYZ 22.91 14.29 1.61 -
YUV 92.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 190 61 2 0 0.68 0.99 0.25 18.83 0.98 0.38
Hex BE 3D 2 0 44 63 19 13 62 26
Octal 276 75 2 0 104 143 31 23 142 46
Binary 10111110 111101 10 0 1000100 1100011 11001 10011 1100010 100110

Color Harmonies of #BE3D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D02

Black with #BE3D02

Text Example


Text Example

White with #BE3D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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