Html Css Color HEX #B3232B Cardinal

📋 copy color: '#B3232B'

red 179 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #B3232B

Tints of Cardinal #B3232B

RGB

 RED value IS 179 (70.31% from 255) = 69.65%

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 69.65%
G = 13.62%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3232B (or 0xB3232B) is known color: Cardinal. HEX triplet: B3, 23 and 2B. RGB value is (179,35,43). Sum of RGB (Red+Green+Blue) = 179+35+43=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3232B is #4CDCD4. Grayscale: #4F4F4F. Windows color (decimal): -5037269 or 2827187. OLE color: 2827187.

HSL color Cylindrical-coordinate representation of color #B3232B: hue angle of 356.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3232B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 43 -
CMYK 0 0.80 0.76 0.30
HSL 356.67º 0.67% 0.42% -
HSV(B) 356.67º 0.8% 0.7% -
XYZ 19.63 10.96 3.37 -
YUV 78.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 179 35 43 0 0.80 0.76 0.30 356.67 0.67 0.42
Hex B3 23 2B 0 50 4C 1E 165 43 2A
Octal 263 43 53 0 120 114 36 545 103 52
Binary 10110011 100011 101011 0 1010000 1001100 11110 101100101 1000011 101010

Color Harmonies of #B3232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3232B

Black with #B3232B

Text Example


Text Example

White with #B3232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3232B; }

 p { color: rgb(179,35,43); }

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

background-color css

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

 a { background-color: rgb(179,35,43); }

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

border-color css

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

 span { border-color: rgb(179,35,43); }

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