Html Css Color HEX #B23403 Rust

📋 copy color: '#B23403'

red 178 ◦ green 52 ◦ blue 3

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

Shades of Rust #B23403

Tints of Rust #B23403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 76.39%
G = 22.32%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B23403 (or 0xB23403) is known color: Rust. HEX triplet: B2, 34 and 03. RGB value is (178,52,3). Sum of RGB (Red+Green+Blue) = 178+52+3=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B23403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23403 is #4DCBFC. Grayscale: #545454. Windows color (decimal): -5098493 or 210098. OLE color: 210098.

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

Color convert

RGB 178 52 3 -
CMYK 0 0.71 0.98 0.30
HSL 16.8º 0.97% 0.35% -
HSV(B) 16.8º 0.98% 0.7% -
XYZ 19.6 11.93 1.36 -
YUV 84.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 178 52 3 0 0.71 0.98 0.30 16.8 0.97 0.35
Hex B2 34 3 0 47 62 1E 11 61 23
Octal 262 64 3 0 107 142 36 21 141 43
Binary 10110010 110100 11 0 1000111 1100010 11110 10001 1100001 100011

Color Harmonies of #B23403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23403

Black with #B23403

Text Example


Text Example

White with #B23403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23403; }

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

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

background-color css

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

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

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

border-color css

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

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

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