Html Css Color HEX #B24C02 Rust

📋 copy color: '#B24C02'

red 178 ◦ green 76 ◦ blue 2

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

Shades of Rust #B24C02

Tints of Rust #B24C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 69.53%
G = 29.69%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B24C02 (or 0xB24C02) is known color: Rust. HEX triplet: B2, 4C and 02. RGB value is (178,76,2). Sum of RGB (Red+Green+Blue) = 178+76+2=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24C02 is #4DB3FD. Grayscale: #626262. Windows color (decimal): -5092350 or 150706. OLE color: 150706.

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

Color convert

RGB 178 76 2 -
CMYK 0 0.57 0.99 0.30
HSL 25.23º 0.98% 0.35% -
HSV(B) 25.23º 0.99% 0.7% -
XYZ 20.96 14.64 1.78 -
YUV 98.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 178 76 2 0 0.57 0.99 0.30 25.23 0.98 0.35
Hex B2 4C 2 0 39 63 1E 19 62 23
Octal 262 114 2 0 71 143 36 31 142 43
Binary 10110010 1001100 10 0 111001 1100011 11110 11001 1100010 100011

Color Harmonies of #B24C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C02

Black with #B24C02

Text Example


Text Example

White with #B24C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C02; }

 p { color: rgb(178,76,2); }

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

background-color css

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

 a { background-color: rgb(178,76,2); }

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

border-color css

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

 span { border-color: rgb(178,76,2); }

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