Html Css Color HEX #B23D21 Rust

📋 copy color: '#B23D21'

red 178 ◦ green 61 ◦ blue 33

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

Shades of Rust #B23D21

Tints of Rust #B23D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 65.44%
G = 22.43%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23D21 (or 0xB23D21) is known color: Rust. HEX triplet: B2, 3D and 21. RGB value is (178,61,33). Sum of RGB (Red+Green+Blue) = 178+61+33=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D21 is #4DC2DE. Grayscale: #5D5D5D. Windows color (decimal): -5096159 or 2178482. OLE color: 2178482.

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

Color convert

RGB 178 61 33 -
CMYK 0 0.66 0.81 0.30
HSL 11.59º 0.69% 0.41% -
HSV(B) 11.59º 0.81% 0.7% -
XYZ 20.3 12.91 2.86 -
YUV 92.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 178 61 33 0 0.66 0.81 0.30 11.59 0.69 0.41
Hex B2 3D 21 0 42 51 1E C 45 29
Octal 262 75 41 0 102 121 36 14 105 51
Binary 10110010 111101 100001 0 1000010 1010001 11110 1100 1000101 101001

Color Harmonies of #B23D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D21

Black with #B23D21

Text Example


Text Example

White with #B23D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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