Html Css Color HEX #B42140 Cardinal

📋 copy color: '#B42140'

red 180 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #B42140

Tints of Cardinal #B42140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 64.98%
G = 11.91%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B42140 (or 0xB42140) is known color: Cardinal. HEX triplet: B4, 21 and 40. RGB value is (180,33,64). Sum of RGB (Red+Green+Blue) = 180+33+64=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B42140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42140 is #4BDEBF. Grayscale: #505050. Windows color (decimal): -4972224 or 4202932. OLE color: 4202932.

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

Color convert

RGB 180 33 64 -
CMYK 0 0.82 0.64 0.29
HSL 347.35º 0.69% 0.42% -
HSV(B) 347.35º 0.82% 0.71% -
XYZ 20.29 11.16 5.94 -
YUV 80.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 180 33 64 0 0.82 0.64 0.29 347.35 0.69 0.42
Hex B4 21 40 0 52 40 1D 15B 45 2A
Octal 264 41 100 0 122 100 35 533 105 52
Binary 10110100 100001 1000000 0 1010010 1000000 11101 101011011 1000101 101010

Color Harmonies of #B42140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42140

Black with #B42140

Text Example


Text Example

White with #B42140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42140; }

 p { color: rgb(180,33,64); }

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

background-color css

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

 a { background-color: rgb(180,33,64); }

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

border-color css

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

 span { border-color: rgb(180,33,64); }

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