Html Css Color HEX #BE3F03 Rust

📋 copy color: '#BE3F03'

red 190 ◦ green 63 ◦ blue 3

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

Shades of Rust #BE3F03

Tints of Rust #BE3F03

RGB

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

 GREEN value IS 63 (25% from 255) = 24.61%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 74.22%
G = 24.61%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE3F03 (or 0xBE3F03) is known color: Rust. HEX triplet: BE, 3F and 03. RGB value is (190,63,3). Sum of RGB (Red+Green+Blue) = 190+63+3=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F03 is #41C0FC. Grayscale: #5E5E5E. Windows color (decimal): -4309245 or 212926. OLE color: 212926.

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

Color convert

RGB 190 63 3 -
CMYK 0 0.67 0.98 0.25
HSL 19.25º 0.97% 0.38% -
HSV(B) 19.25º 0.98% 0.75% -
XYZ 23.03 14.51 1.67 -
YUV 94.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 190 63 3 0 0.67 0.98 0.25 19.25 0.97 0.38
Hex BE 3F 3 0 43 62 19 13 61 26
Octal 276 77 3 0 103 142 31 23 141 46
Binary 10111110 111111 11 0 1000011 1100010 11001 10011 1100001 100110

Color Harmonies of #BE3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F03

Black with #BE3F03

Text Example


Text Example

White with #BE3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F03; }

 p { color: rgb(190,63,3); }

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

background-color css

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

 a { background-color: rgb(190,63,3); }

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

border-color css

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

 span { border-color: rgb(190,63,3); }

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