Html Css Color HEX #B23702 Rust

📋 copy color: '#B23702'

red 178 ◦ green 55 ◦ blue 2

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

Shades of Rust #B23702

Tints of Rust #B23702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 75.74%
G = 23.4%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B23702 (or 0xB23702) is known color: Rust. HEX triplet: B2, 37 and 02. RGB value is (178,55,2). Sum of RGB (Red+Green+Blue) = 178+55+2=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B23702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23702 is #4DC8FD. Grayscale: #565656. Windows color (decimal): -5097726 or 145330. OLE color: 145330.

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

Color convert

RGB 178 55 2 -
CMYK 0 0.69 0.99 0.30
HSL 18.07º 0.98% 0.35% -
HSV(B) 18.07º 0.99% 0.7% -
XYZ 19.74 12.2 1.37 -
YUV 85.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 178 55 2 0 0.69 0.99 0.30 18.07 0.98 0.35
Hex B2 37 2 0 45 63 1E 12 62 23
Octal 262 67 2 0 105 143 36 22 142 43
Binary 10110010 110111 10 0 1000101 1100011 11110 10010 1100010 100011

Color Harmonies of #B23702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23702

Black with #B23702

Text Example


Text Example

White with #B23702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23702; }

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

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

background-color css

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

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

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

border-color css

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

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

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