Html Css Color HEX #B23F1E Rust

📋 copy color: '#B23F1E'

red 178 ◦ green 63 ◦ blue 30

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

Shades of Rust #B23F1E

Tints of Rust #B23F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

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

R = 65.68%
G = 23.25%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B23F1E (or 0xB23F1E) is known color: Rust. HEX triplet: B2, 3F and 1E. RGB value is (178,63,30). Sum of RGB (Red+Green+Blue) = 178+63+30=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23F1E is #4DC0E1. Grayscale: #5D5D5D. Windows color (decimal): -5095650 or 1982386. OLE color: 1982386.

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

Color convert

RGB 178 63 30 -
CMYK 0 0.65 0.83 0.30
HSL 13.38º 0.71% 0.41% -
HSV(B) 13.38º 0.83% 0.7% -
XYZ 20.37 13.11 2.69 -
YUV 93.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 178 63 30 0 0.65 0.83 0.30 13.38 0.71 0.41
Hex B2 3F 1E 0 41 53 1E D 47 29
Octal 262 77 36 0 101 123 36 15 107 51
Binary 10110010 111111 11110 0 1000001 1010011 11110 1101 1000111 101001

Color Harmonies of #B23F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F1E

Black with #B23F1E

Text Example


Text Example

White with #B23F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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