Html Css Color HEX #B23504 Rust

📋 copy color: '#B23504'

red 178 ◦ green 53 ◦ blue 4

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

Shades of Rust #B23504

Tints of Rust #B23504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 75.74%
G = 22.55%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B23504 (or 0xB23504) is known color: Rust. HEX triplet: B2, 35 and 04. RGB value is (178,53,4). Sum of RGB (Red+Green+Blue) = 178+53+4=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B23504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23504 is #4DCAFB. Grayscale: #555555. Windows color (decimal): -5098236 or 275890. OLE color: 275890.

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

Color convert

RGB 178 53 4 -
CMYK 0 0.70 0.98 0.30
HSL 16.9º 0.96% 0.36% -
HSV(B) 16.9º 0.98% 0.7% -
XYZ 19.66 12.02 1.4 -
YUV 84.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 178 53 4 0 0.70 0.98 0.30 16.9 0.96 0.36
Hex B2 35 4 0 46 62 1E 11 60 24
Octal 262 65 4 0 106 142 36 21 140 44
Binary 10110010 110101 100 0 1000110 1100010 11110 10001 1100000 100100

Color Harmonies of #B23504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23504

Black with #B23504

Text Example


Text Example

White with #B23504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23504; }

 p { color: rgb(178,53,4); }

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

background-color css

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

 a { background-color: rgb(178,53,4); }

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

border-color css

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

 span { border-color: rgb(178,53,4); }

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