Html Css Color HEX #B24003 Rust

📋 copy color: '#B24003'

red 178 ◦ green 64 ◦ blue 3

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

Shades of Rust #B24003

Tints of Rust #B24003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 72.65%
G = 26.12%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24003 (or 0xB24003) is known color: Rust. HEX triplet: B2, 40 and 03. RGB value is (178,64,3). Sum of RGB (Red+Green+Blue) = 178+64+3=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B24003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24003 is #4DBFFC. Grayscale: #5B5B5B. Windows color (decimal): -5095421 or 213170. OLE color: 213170.

HSL color Cylindrical-coordinate representation of color #B24003: hue angle of 20.91º 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 #B24003 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 3 -
CMYK 0 0.64 0.98 0.30
HSL 20.91º 0.97% 0.35% -
HSV(B) 20.91º 0.98% 0.7% -
XYZ 20.21 13.14 1.56 -
YUV 91.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 178 64 3 0 0.64 0.98 0.30 20.91 0.97 0.35
Hex B2 40 3 0 40 62 1E 15 61 23
Octal 262 100 3 0 100 142 36 25 141 43
Binary 10110010 1000000 11 0 1000000 1100010 11110 10101 1100001 100011

Color Harmonies of #B24003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24003

Black with #B24003

Text Example


Text Example

White with #B24003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24003; }

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

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

background-color css

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

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

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

border-color css

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

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

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