Html Css Color HEX #BE4121 Rust

📋 copy color: '#BE4121'

red 190 ◦ green 65 ◦ blue 33

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

Shades of Rust #BE4121

Tints of Rust #BE4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 65.97%
G = 22.57%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE4121 (or 0xBE4121) is known color: Rust. HEX triplet: BE, 41 and 21. RGB value is (190,65,33). Sum of RGB (Red+Green+Blue) = 190+65+33=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4121 is #41BEDE. Grayscale: #626262. Windows color (decimal): -4308703 or 2179518. OLE color: 2179518.

HSL color Cylindrical-coordinate representation of color #BE4121: hue angle of 12.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4121 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 33 -
CMYK 0 0.66 0.83 0.25
HSL 12.23º 0.7% 0.44% -
HSV(B) 12.23º 0.83% 0.75% -
XYZ 23.4 14.84 3.07 -
YUV 98.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 190 65 33 0 0.66 0.83 0.25 12.23 0.7 0.44
Hex BE 41 21 0 42 53 19 C 46 2C
Octal 276 101 41 0 102 123 31 14 106 54
Binary 10111110 1000001 100001 0 1000010 1010011 11001 1100 1000110 101100

Color Harmonies of #BE4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4121

Black with #BE4121

Text Example


Text Example

White with #BE4121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4121; }

 p { color: rgb(190,65,33); }

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

background-color css

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

 a { background-color: rgb(190,65,33); }

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

border-color css

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

 span { border-color: rgb(190,65,33); }

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