Html Css Color HEX #B32634 Cardinal

📋 copy color: '#B32634'

red 179 ◦ green 38 ◦ blue 52

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

Shades of Cardinal #B32634

Tints of Cardinal #B32634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 66.54%
G = 14.13%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B32634 (or 0xB32634) is known color: Cardinal. HEX triplet: B3, 26 and 34. RGB value is (179,38,52). Sum of RGB (Red+Green+Blue) = 179+38+52=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32634 is #4CD9CB. Grayscale: #515151. Windows color (decimal): -5036492 or 3417779. OLE color: 3417779.

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

Color convert

RGB 179 38 52 -
CMYK 0 0.79 0.71 0.30
HSL 354.04º 0.65% 0.43% -
HSV(B) 354.04º 0.79% 0.7% -
XYZ 19.9 11.22 4.37 -
YUV 81.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 179 38 52 0 0.79 0.71 0.30 354.04 0.65 0.43
Hex B3 26 34 0 4F 47 1E 162 41 2B
Octal 263 46 64 0 117 107 36 542 101 53
Binary 10110011 100110 110100 0 1001111 1000111 11110 101100010 1000001 101011

Color Harmonies of #B32634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32634

Black with #B32634

Text Example


Text Example

White with #B32634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32634; }

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

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

background-color css

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

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

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

border-color css

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

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

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