Html Css Color HEX #B32734 Cardinal

📋 copy color: '#B32734'

red 179 ◦ green 39 ◦ blue 52

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

Shades of Cardinal #B32734

Tints of Cardinal #B32734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

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

R = 66.3%
G = 14.44%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B32734 (or 0xB32734) is known color: Cardinal. HEX triplet: B3, 27 and 34. RGB value is (179,39,52). Sum of RGB (Red+Green+Blue) = 179+39+52=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B32734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32734 is #4CD8CB. Grayscale: #525252. Windows color (decimal): -5036236 or 3418035. OLE color: 3418035.

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

Color convert

RGB 179 39 52 -
CMYK 0 0.78 0.71 0.30
HSL 354.43º 0.64% 0.43% -
HSV(B) 354.43º 0.78% 0.7% -
XYZ 19.94 11.28 4.38 -
YUV 82.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 179 39 52 0 0.78 0.71 0.30 354.43 0.64 0.43
Hex B3 27 34 0 4E 47 1E 162 40 2B
Octal 263 47 64 0 116 107 36 542 100 53
Binary 10110011 100111 110100 0 1001110 1000111 11110 101100010 1000000 101011

Color Harmonies of #B32734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32734

Black with #B32734

Text Example


Text Example

White with #B32734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32734; }

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

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

background-color css

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

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

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

border-color css

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

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

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