Html Css Color HEX #B2430B Rust

📋 copy color: '#B2430B'

red 178 ◦ green 67 ◦ blue 11

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

Shades of Rust #B2430B

Tints of Rust #B2430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 69.53%
G = 26.17%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2430B (or 0xB2430B) is known color: Rust. HEX triplet: B2, 43 and 0B. RGB value is (178,67,11). Sum of RGB (Red+Green+Blue) = 178+67+11=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2430B is #4DBCF4. Grayscale: #5E5E5E. Windows color (decimal): -5094645 or 738226. OLE color: 738226.

HSL color Cylindrical-coordinate representation of color #B2430B: hue angle of 20.12º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2430B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 11 -
CMYK 0 0.62 0.94 0.30
HSL 20.12º 0.88% 0.37% -
HSV(B) 20.12º 0.94% 0.7% -
XYZ 20.43 13.5 1.85 -
YUV 93.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 178 67 11 0 0.62 0.94 0.30 20.12 0.88 0.37
Hex B2 43 B 0 3E 5E 1E 14 58 25
Octal 262 103 13 0 76 136 36 24 130 45
Binary 10110010 1000011 1011 0 111110 1011110 11110 10100 1011000 100101

Color Harmonies of #B2430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2430B

Black with #B2430B

Text Example


Text Example

White with #B2430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2430B; }

 p { color: rgb(178,67,11); }

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

background-color css

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

 a { background-color: rgb(178,67,11); }

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

border-color css

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

 span { border-color: rgb(178,67,11); }

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