Html Css Color HEX #B23502 Rust

📋 copy color: '#B23502'

red 178 ◦ green 53 ◦ blue 2

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

Shades of Rust #B23502

Tints of Rust #B23502

RGB

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

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

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

R = 76.39%
G = 22.75%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B23502 (or 0xB23502) is known color: Rust. HEX triplet: B2, 35 and 02. RGB value is (178,53,2). Sum of RGB (Red+Green+Blue) = 178+53+2=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B23502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23502 is #4DCAFD. Grayscale: #545454. Windows color (decimal): -5098238 or 144818. OLE color: 144818.

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

Color convert

RGB 178 53 2 -
CMYK 0 0.70 0.99 0.30
HSL 17.39º 0.98% 0.35% -
HSV(B) 17.39º 0.99% 0.7% -
XYZ 19.64 12.02 1.34 -
YUV 84.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 178 53 2 0 0.70 0.99 0.30 17.39 0.98 0.35
Hex B2 35 2 0 46 63 1E 11 62 23
Octal 262 65 2 0 106 143 36 21 142 43
Binary 10110010 110101 10 0 1000110 1100011 11110 10001 1100010 100011

Color Harmonies of #B23502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23502

Black with #B23502

Text Example


Text Example

White with #B23502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23502; }

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

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

background-color css

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

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

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

border-color css

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

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

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