Html Css Color HEX #BE3A02 Rust

📋 copy color: '#BE3A02'

red 190 ◦ green 58 ◦ blue 2

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

Shades of Rust #BE3A02

Tints of Rust #BE3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

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

R = 76%
G = 23.2%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3A02 (or 0xBE3A02) is known color: Rust. HEX triplet: BE, 3A and 02. RGB value is (190,58,2). Sum of RGB (Red+Green+Blue) = 190+58+2=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A02 is #41C5FD. Grayscale: #5B5B5B. Windows color (decimal): -4310526 or 146110. OLE color: 146110.

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

Color convert

RGB 190 58 2 -
CMYK 0 0.69 0.99 0.25
HSL 17.87º 0.98% 0.38% -
HSV(B) 17.87º 0.99% 0.75% -
XYZ 22.76 13.98 1.56 -
YUV 91.08 77.73 198.55 -
System Red Green Blue C M Y K H S L
Decimal 190 58 2 0 0.69 0.99 0.25 17.87 0.98 0.38
Hex BE 3A 2 0 45 63 19 12 62 26
Octal 276 72 2 0 105 143 31 22 142 46
Binary 10111110 111010 10 0 1000101 1100011 11001 10010 1100010 100110

Color Harmonies of #BE3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A02

Black with #BE3A02

Text Example


Text Example

White with #BE3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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