Html Css Color HEX #B32330 Cardinal

📋 copy color: '#B32330'

red 179 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #B32330

Tints of Cardinal #B32330

RGB

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

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

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

R = 68.32%
G = 13.36%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B32330 (or 0xB32330) is known color: Cardinal. HEX triplet: B3, 23 and 30. RGB value is (179,35,48). Sum of RGB (Red+Green+Blue) = 179+35+48=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B32330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32330 is #4CDCCF. Grayscale: #4F4F4F. Windows color (decimal): -5037264 or 3154867. OLE color: 3154867.

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

Color convert

RGB 179 35 48 -
CMYK 0 0.80 0.73 0.30
HSL 354.58º 0.67% 0.42% -
HSV(B) 354.58º 0.8% 0.7% -
XYZ 19.72 11 3.88 -
YUV 79.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 179 35 48 0 0.80 0.73 0.30 354.58 0.67 0.42
Hex B3 23 30 0 50 49 1E 163 43 2A
Octal 263 43 60 0 120 111 36 543 103 52
Binary 10110011 100011 110000 0 1010000 1001001 11110 101100011 1000011 101010

Color Harmonies of #B32330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32330

Black with #B32330

Text Example


Text Example

White with #B32330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32330; }

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

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

background-color css

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

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

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

border-color css

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

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

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