Html Css Color HEX #B23319 Rust

📋 copy color: '#B23319'

red 178 ◦ green 51 ◦ blue 25

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

Shades of Rust #B23319

Tints of Rust #B23319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 70.08%
G = 20.08%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B23319 (or 0xB23319) is known color: Rust. HEX triplet: B2, 33 and 19. RGB value is (178,51,25). Sum of RGB (Red+Green+Blue) = 178+51+25=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B23319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23319 is #4DCCE6. Grayscale: #565656. Windows color (decimal): -5098727 or 1651634. OLE color: 1651634.

HSL color Cylindrical-coordinate representation of color #B23319: hue angle of 10.2º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B23319 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 25 -
CMYK 0 0.71 0.86 0.30
HSL 10.2º 0.75% 0.4% -
HSV(B) 10.2º 0.86% 0.7% -
XYZ 19.72 11.9 2.18 -
YUV 86.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 178 51 25 0 0.71 0.86 0.30 10.2 0.75 0.4
Hex B2 33 19 0 47 56 1E A 4B 28
Octal 262 63 31 0 107 126 36 12 113 50
Binary 10110010 110011 11001 0 1000111 1010110 11110 1010 1001011 101000

Color Harmonies of #B23319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23319

Black with #B23319

Text Example


Text Example

White with #B23319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23319; }

 p { color: rgb(178,51,25); }

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

background-color css

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

 a { background-color: rgb(178,51,25); }

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

border-color css

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

 span { border-color: rgb(178,51,25); }

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