Html Css Color HEX #B23F1B Rust

📋 copy color: '#B23F1B'

red 178 ◦ green 63 ◦ blue 27

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

Shades of Rust #B23F1B

Tints of Rust #B23F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 66.42%
G = 23.51%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B23F1B (or 0xB23F1B) is known color: Rust. HEX triplet: B2, 3F and 1B. RGB value is (178,63,27). Sum of RGB (Red+Green+Blue) = 178+63+27=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23F1B is #4DC0E4. Grayscale: #5D5D5D. Windows color (decimal): -5095653 or 1785778. OLE color: 1785778.

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

Color convert

RGB 178 63 27 -
CMYK 0 0.65 0.85 0.30
HSL 14.3º 0.74% 0.4% -
HSV(B) 14.3º 0.85% 0.7% -
XYZ 20.34 13.1 2.49 -
YUV 93.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 178 63 27 0 0.65 0.85 0.30 14.3 0.74 0.4
Hex B2 3F 1B 0 41 55 1E E 4A 28
Octal 262 77 33 0 101 125 36 16 112 50
Binary 10110010 111111 11011 0 1000001 1010101 11110 1110 1001010 101000

Color Harmonies of #B23F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F1B

Black with #B23F1B

Text Example


Text Example

White with #B23F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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