Html Css Color HEX #B42139 Cardinal

📋 copy color: '#B42139'

red 180 ◦ green 33 ◦ blue 57

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

Shades of Cardinal #B42139

Tints of Cardinal #B42139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.11%

R = 66.67%
G = 12.22%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B42139 (or 0xB42139) is known color: Cardinal. HEX triplet: B4, 21 and 39. RGB value is (180,33,57). Sum of RGB (Red+Green+Blue) = 180+33+57=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42139 is #4BDEC6. Grayscale: #4F4F4F. Windows color (decimal): -4972231 or 3744180. OLE color: 3744180.

HSL color Cylindrical-coordinate representation of color #B42139: hue angle of 350.2º 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 #B42139 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 57 -
CMYK 0 0.82 0.68 0.29
HSL 350.2º 0.69% 0.42% -
HSV(B) 350.2º 0.82% 0.71% -
XYZ 20.1 11.09 4.95 -
YUV 79.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 180 33 57 0 0.82 0.68 0.29 350.2 0.69 0.42
Hex B4 21 39 0 52 44 1D 15E 45 2A
Octal 264 41 71 0 122 104 35 536 105 52
Binary 10110100 100001 111001 0 1010010 1000100 11101 101011110 1000101 101010

Color Harmonies of #B42139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42139

Black with #B42139

Text Example


Text Example

White with #B42139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42139; }

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

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

background-color css

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

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

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

border-color css

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

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

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