Html Css Color HEX #B42331 Cardinal

📋 copy color: '#B42331'

red 180 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #B42331

Tints of Cardinal #B42331

RGB

 RED value IS 180 (70.7% from 255) = 68.18%

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 68.18%
G = 13.26%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B42331 (or 0xB42331) is known color: Cardinal. HEX triplet: B4, 23 and 31. RGB value is (180,35,49). Sum of RGB (Red+Green+Blue) = 180+35+49=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B42331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42331 is #4BDCCE. Grayscale: #505050. Windows color (decimal): -4971727 or 3220404. OLE color: 3220404.

HSL color Cylindrical-coordinate representation of color #B42331: hue angle of 354.21º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42331 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 49 -
CMYK 0 0.81 0.73 0.29
HSL 354.21º 0.67% 0.42% -
HSV(B) 354.21º 0.81% 0.71% -
XYZ 19.98 11.13 4 -
YUV 79.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 180 35 49 0 0.81 0.73 0.29 354.21 0.67 0.42
Hex B4 23 31 0 51 49 1D 162 43 2A
Octal 264 43 61 0 121 111 35 542 103 52
Binary 10110100 100011 110001 0 1010001 1001001 11101 101100010 1000011 101010

Color Harmonies of #B42331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42331

Black with #B42331

Text Example


Text Example

White with #B42331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42331; }

 p { color: rgb(180,35,49); }

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

background-color css

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

 a { background-color: rgb(180,35,49); }

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

border-color css

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

 span { border-color: rgb(180,35,49); }

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