Html Css Color HEX #B42041 Cardinal

📋 copy color: '#B42041'

red 180 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #B42041

Tints of Cardinal #B42041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 64.98%
G = 11.55%
B = 23.47%

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

#B42041 (or 0xB42041) is known color: Cardinal. HEX triplet: B4, 20 and 41. RGB value is (180,32,65). Sum of RGB (Red+Green+Blue) = 180+32+65=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B42041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42041 is #4BDFBE. Grayscale: #505050. Windows color (decimal): -4972479 or 4268212. OLE color: 4268212.

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

Color convert

RGB 180 32 65 -
CMYK 0 0.82 0.64 0.29
HSL 346.62º 0.7% 0.42% -
HSV(B) 346.62º 0.82% 0.71% -
XYZ 20.29 11.12 6.08 -
YUV 80.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 180 32 65 0 0.82 0.64 0.29 346.62 0.7 0.42
Hex B4 20 41 0 52 40 1D 15B 46 2A
Octal 264 40 101 0 122 100 35 533 106 52
Binary 10110100 100000 1000001 0 1010010 1000000 11101 101011011 1000110 101010

Color Harmonies of #B42041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42041

Black with #B42041

Text Example


Text Example

White with #B42041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42041; }

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

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

background-color css

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

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

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

border-color css

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

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

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