Html Css Color HEX #B32130 Cardinal

📋 copy color: '#B32130'

red 179 ◦ green 33 ◦ blue 48

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

Shades of Cardinal #B32130

Tints of Cardinal #B32130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.69%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 68.85%
G = 12.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B32130 (or 0xB32130) is known color: Cardinal. HEX triplet: B3, 21 and 30. RGB value is (179,33,48). Sum of RGB (Red+Green+Blue) = 179+33+48=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B32130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32130 is #4CDECF. Grayscale: #4E4E4E. Windows color (decimal): -5037776 or 3154355. OLE color: 3154355.

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

Color convert

RGB 179 33 48 -
CMYK 0 0.82 0.73 0.30
HSL 353.84º 0.69% 0.42% -
HSV(B) 353.84º 0.82% 0.7% -
XYZ 19.67 10.88 3.86 -
YUV 78.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 179 33 48 0 0.82 0.73 0.30 353.84 0.69 0.42
Hex B3 21 30 0 52 49 1E 162 45 2A
Octal 263 41 60 0 122 111 36 542 105 52
Binary 10110011 100001 110000 0 1010010 1001001 11110 101100010 1000101 101010

Color Harmonies of #B32130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32130

Black with #B32130

Text Example


Text Example

White with #B32130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32130; }

 p { color: rgb(179,33,48); }

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

background-color css

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

 a { background-color: rgb(179,33,48); }

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

border-color css

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

 span { border-color: rgb(179,33,48); }

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