Html Css Color HEX #B32933 Cardinal

📋 copy color: '#B32933'

red 179 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #B32933

Tints of Cardinal #B32933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 66.05%
G = 15.13%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B32933 (or 0xB32933) is known color: Cardinal. HEX triplet: B3, 29 and 33. RGB value is (179,41,51). Sum of RGB (Red+Green+Blue) = 179+41+51=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B32933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32933 is #4CD6CC. Grayscale: #535353. Windows color (decimal): -5035725 or 3353011. OLE color: 3353011.

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

Color convert

RGB 179 41 51 -
CMYK 0 0.77 0.72 0.30
HSL 355.65º 0.63% 0.43% -
HSV(B) 355.65º 0.77% 0.7% -
XYZ 19.98 11.41 4.28 -
YUV 83.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 179 41 51 0 0.77 0.72 0.30 355.65 0.63 0.43
Hex B3 29 33 0 4D 48 1E 164 3F 2B
Octal 263 51 63 0 115 110 36 544 77 53
Binary 10110011 101001 110011 0 1001101 1001000 11110 101100100 111111 101011

Color Harmonies of #B32933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32933

Black with #B32933

Text Example


Text Example

White with #B32933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32933; }

 p { color: rgb(179,41,51); }

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

background-color css

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

 a { background-color: rgb(179,41,51); }

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

border-color css

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

 span { border-color: rgb(179,41,51); }

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