Html Css Color HEX #B23D1E Rust

📋 copy color: '#B23D1E'

red 178 ◦ green 61 ◦ blue 30

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

Shades of Rust #B23D1E

Tints of Rust #B23D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 66.17%
G = 22.68%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B23D1E (or 0xB23D1E) is known color: Rust. HEX triplet: B2, 3D and 1E. RGB value is (178,61,30). Sum of RGB (Red+Green+Blue) = 178+61+30=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D1E is #4DC2E1. Grayscale: #5C5C5C. Windows color (decimal): -5096162 or 1981874. OLE color: 1981874.

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

Color convert

RGB 178 61 30 -
CMYK 0 0.66 0.83 0.30
HSL 12.57º 0.71% 0.41% -
HSV(B) 12.57º 0.83% 0.7% -
XYZ 20.26 12.9 2.65 -
YUV 92.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 178 61 30 0 0.66 0.83 0.30 12.57 0.71 0.41
Hex B2 3D 1E 0 42 53 1E D 47 29
Octal 262 75 36 0 102 123 36 15 107 51
Binary 10110010 111101 11110 0 1000010 1010011 11110 1101 1000111 101001

Color Harmonies of #B23D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D1E

Black with #B23D1E

Text Example


Text Example

White with #B23D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D1E; }

 p { color: rgb(178,61,30); }

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

background-color css

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

 a { background-color: rgb(178,61,30); }

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

border-color css

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

 span { border-color: rgb(178,61,30); }

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