Html Css Color HEX #B32631 Cardinal

📋 copy color: '#B32631'

red 179 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #B32631

Tints of Cardinal #B32631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 67.29%
G = 14.29%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B32631 (or 0xB32631) is known color: Cardinal. HEX triplet: B3, 26 and 31. RGB value is (179,38,49). Sum of RGB (Red+Green+Blue) = 179+38+49=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B32631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32631 is #4CD9CE. Grayscale: #515151. Windows color (decimal): -5036495 or 3221171. OLE color: 3221171.

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

Color convert

RGB 179 38 49 -
CMYK 0 0.79 0.73 0.30
HSL 355.32º 0.65% 0.43% -
HSV(B) 355.32º 0.79% 0.7% -
XYZ 19.84 11.19 4.02 -
YUV 81.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 179 38 49 0 0.79 0.73 0.30 355.32 0.65 0.43
Hex B3 26 31 0 4F 49 1E 163 41 2B
Octal 263 46 61 0 117 111 36 543 101 53
Binary 10110011 100110 110001 0 1001111 1001001 11110 101100011 1000001 101011

Color Harmonies of #B32631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32631

Black with #B32631

Text Example


Text Example

White with #B32631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32631; }

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

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

background-color css

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

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

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

border-color css

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

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

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