Html Css Color HEX #B23D1D Rust

📋 copy color: '#B23D1D'

red 178 ◦ green 61 ◦ blue 29

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

Shades of Rust #B23D1D

Tints of Rust #B23D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 66.42%
G = 22.76%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B23D1D (or 0xB23D1D) is known color: Rust. HEX triplet: B2, 3D and 1D. RGB value is (178,61,29). Sum of RGB (Red+Green+Blue) = 178+61+29=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D1D is #4DC2E2. Grayscale: #5C5C5C. Windows color (decimal): -5096163 or 1916338. OLE color: 1916338.

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

Color convert

RGB 178 61 29 -
CMYK 0 0.66 0.84 0.30
HSL 12.89º 0.72% 0.41% -
HSV(B) 12.89º 0.84% 0.7% -
XYZ 20.25 12.89 2.58 -
YUV 92.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 178 61 29 0 0.66 0.84 0.30 12.89 0.72 0.41
Hex B2 3D 1D 0 42 54 1E D 48 29
Octal 262 75 35 0 102 124 36 15 110 51
Binary 10110010 111101 11101 0 1000010 1010100 11110 1101 1001000 101001

Color Harmonies of #B23D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D1D

Black with #B23D1D

Text Example


Text Example

White with #B23D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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