Html Css Color HEX #B42141 Cardinal

📋 copy color: '#B42141'

red 180 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #B42141

Tints of Cardinal #B42141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 64.75%
G = 11.87%
B = 23.38%

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

#B42141 (or 0xB42141) is known color: Cardinal. HEX triplet: B4, 21 and 41. RGB value is (180,33,65). Sum of RGB (Red+Green+Blue) = 180+33+65=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B42141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42141 is #4BDEBE. Grayscale: #505050. Windows color (decimal): -4972223 or 4268468. OLE color: 4268468.

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

Color convert

RGB 180 33 65 -
CMYK 0 0.82 0.64 0.29
HSL 346.94º 0.69% 0.42% -
HSV(B) 346.94º 0.82% 0.71% -
XYZ 20.32 11.17 6.09 -
YUV 80.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 180 33 65 0 0.82 0.64 0.29 346.94 0.69 0.42
Hex B4 21 41 0 52 40 1D 15B 45 2A
Octal 264 41 101 0 122 100 35 533 105 52
Binary 10110100 100001 1000001 0 1010010 1000000 11101 101011011 1000101 101010

Color Harmonies of #B42141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42141

Black with #B42141

Text Example


Text Example

White with #B42141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42141; }

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

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

background-color css

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

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

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

border-color css

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

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

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