Html Css Color HEX #B24B03 Rust

📋 copy color: '#B24B03'

red 178 ◦ green 75 ◦ blue 3

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

Shades of Rust #B24B03

Tints of Rust #B24B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

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

R = 69.53%
G = 29.3%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24B03 (or 0xB24B03) is known color: Rust. HEX triplet: B2, 4B and 03. RGB value is (178,75,3). Sum of RGB (Red+Green+Blue) = 178+75+3=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24B03 is #4DB4FC. Grayscale: #616161. Windows color (decimal): -5092605 or 215986. OLE color: 215986.

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

Color convert

RGB 178 75 3 -
CMYK 0 0.58 0.98 0.30
HSL 24.69º 0.97% 0.35% -
HSV(B) 24.69º 0.98% 0.7% -
XYZ 20.89 14.5 1.78 -
YUV 97.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 178 75 3 0 0.58 0.98 0.30 24.69 0.97 0.35
Hex B2 4B 3 0 3A 62 1E 19 61 23
Octal 262 113 3 0 72 142 36 31 141 43
Binary 10110010 1001011 11 0 111010 1100010 11110 11001 1100001 100011

Color Harmonies of #B24B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B03

Black with #B24B03

Text Example


Text Example

White with #B24B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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