Html Css Color HEX #B23203 Rust

📋 copy color: '#B23203'

red 178 ◦ green 50 ◦ blue 3

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

Shades of Rust #B23203

Tints of Rust #B23203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 77.06%
G = 21.65%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B23203 (or 0xB23203) is known color: Rust. HEX triplet: B2, 32 and 03. RGB value is (178,50,3). Sum of RGB (Red+Green+Blue) = 178+50+3=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B23203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23203 is #4DCDFC. Grayscale: #535353. Windows color (decimal): -5099005 or 209586. OLE color: 209586.

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

Color convert

RGB 178 50 3 -
CMYK 0 0.72 0.98 0.30
HSL 16.11º 0.97% 0.35% -
HSV(B) 16.11º 0.98% 0.7% -
XYZ 19.52 11.75 1.33 -
YUV 82.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 178 50 3 0 0.72 0.98 0.30 16.11 0.97 0.35
Hex B2 32 3 0 48 62 1E 10 61 23
Octal 262 62 3 0 110 142 36 20 141 43
Binary 10110010 110010 11 0 1001000 1100010 11110 10000 1100001 100011

Color Harmonies of #B23203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23203

Black with #B23203

Text Example


Text Example

White with #B23203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23203; }

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

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

background-color css

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

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

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

border-color css

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

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

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