Html Css Color HEX #B23D0E Rust

📋 copy color: '#B23D0E'

red 178 ◦ green 61 ◦ blue 14

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

Shades of Rust #B23D0E

Tints of Rust #B23D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 70.36%
G = 24.11%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B23D0E (or 0xB23D0E) is known color: Rust. HEX triplet: B2, 3D and 0E. RGB value is (178,61,14). Sum of RGB (Red+Green+Blue) = 178+61+14=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D0E is #4DC2F1. Grayscale: #5A5A5A. Windows color (decimal): -5096178 or 933298. OLE color: 933298.

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

Color convert

RGB 178 61 14 -
CMYK 0 0.66 0.92 0.30
HSL 17.2º 0.85% 0.38% -
HSV(B) 17.2º 0.92% 0.7% -
XYZ 20.11 12.83 1.83 -
YUV 90.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 178 61 14 0 0.66 0.92 0.30 17.2 0.85 0.38
Hex B2 3D E 0 42 5C 1E 11 55 26
Octal 262 75 16 0 102 134 36 21 125 46
Binary 10110010 111101 1110 0 1000010 1011100 11110 10001 1010101 100110

Color Harmonies of #B23D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D0E

Black with #B23D0E

Text Example


Text Example

White with #B23D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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