Html Css Color HEX #B32326 Cardinal

📋 copy color: '#B32326'

red 179 ◦ green 35 ◦ blue 38

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

Shades of Cardinal #B32326

Tints of Cardinal #B32326

RGB

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

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

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

R = 71.03%
G = 13.89%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32326 (or 0xB32326) is known color: Cardinal. HEX triplet: B3, 23 and 26. RGB value is (179,35,38). Sum of RGB (Red+Green+Blue) = 179+35+38=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32326 is #4CDCD9. Grayscale: #4E4E4E. Windows color (decimal): -5037274 or 2499507. OLE color: 2499507.

HSL color Cylindrical-coordinate representation of color #B32326: hue angle of 358.75º 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 #B32326 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 38 -
CMYK 0 0.80 0.79 0.30
HSL 358.75º 0.67% 0.42% -
HSV(B) 358.75º 0.8% 0.7% -
XYZ 19.54 10.93 2.91 -
YUV 78.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 179 35 38 0 0.80 0.79 0.30 358.75 0.67 0.42
Hex B3 23 26 0 50 4F 1E 167 43 2A
Octal 263 43 46 0 120 117 36 547 103 52
Binary 10110011 100011 100110 0 1010000 1001111 11110 101100111 1000011 101010

Color Harmonies of #B32326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32326

Black with #B32326

Text Example


Text Example

White with #B32326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32326; }

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

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

background-color css

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

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

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

border-color css

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

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

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