Html Css Color HEX #B32526 Cardinal

📋 copy color: '#B32526'

red 179 ◦ green 37 ◦ blue 38

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

Shades of Cardinal #B32526

Tints of Cardinal #B32526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 70.47%
G = 14.57%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32526 (or 0xB32526) is known color: Cardinal. HEX triplet: B3, 25 and 26. RGB value is (179,37,38). Sum of RGB (Red+Green+Blue) = 179+37+38=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B32526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32526 is #4CDAD9. Grayscale: #4F4F4F. Windows color (decimal): -5036762 or 2500019. OLE color: 2500019.

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

Color convert

RGB 179 37 38 -
CMYK 0 0.79 0.79 0.30
HSL 359.58º 0.66% 0.42% -
HSV(B) 359.58º 0.79% 0.7% -
XYZ 19.6 11.05 2.93 -
YUV 79.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 179 37 38 0 0.79 0.79 0.30 359.58 0.66 0.42
Hex B3 25 26 0 4F 4F 1E 168 42 2A
Octal 263 45 46 0 117 117 36 550 102 52
Binary 10110011 100101 100110 0 1001111 1001111 11110 101101000 1000010 101010

Color Harmonies of #B32526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32526

Black with #B32526

Text Example


Text Example

White with #B32526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32526; }

 p { color: rgb(179,37,38); }

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

background-color css

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

 a { background-color: rgb(179,37,38); }

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

border-color css

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

 span { border-color: rgb(179,37,38); }

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