Html Css Color HEX #B24103 Rust

📋 copy color: '#B24103'

red 178 ◦ green 65 ◦ blue 3

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

Shades of Rust #B24103

Tints of Rust #B24103

RGB

 RED value IS 178 (69.92% from 255) = 72.36%

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

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

R = 72.36%
G = 26.42%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24103 (or 0xB24103) is known color: Rust. HEX triplet: B2, 41 and 03. RGB value is (178,65,3). Sum of RGB (Red+Green+Blue) = 178+65+3=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B24103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24103 is #4DBEFC. Grayscale: #5C5C5C. Windows color (decimal): -5095165 or 213426. OLE color: 213426.

HSL color Cylindrical-coordinate representation of color #B24103: hue angle of 21.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B24103 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 3 -
CMYK 0 0.63 0.98 0.30
HSL 21.26º 0.97% 0.35% -
HSV(B) 21.26º 0.98% 0.7% -
XYZ 20.27 13.25 1.58 -
YUV 91.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 178 65 3 0 0.63 0.98 0.30 21.26 0.97 0.35
Hex B2 41 3 0 3F 62 1E 15 61 23
Octal 262 101 3 0 77 142 36 25 141 43
Binary 10110010 1000001 11 0 111111 1100010 11110 10101 1100001 100011

Color Harmonies of #B24103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24103

Black with #B24103

Text Example


Text Example

White with #B24103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24103; }

 p { color: rgb(178,65,3); }

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

background-color css

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

 a { background-color: rgb(178,65,3); }

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

border-color css

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

 span { border-color: rgb(178,65,3); }

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