Html Css Color HEX #B42241 Cardinal

📋 copy color: '#B42241'

red 180 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #B42241

Tints of Cardinal #B42241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 64.52%
G = 12.19%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B42241 (or 0xB42241) is known color: Cardinal. HEX triplet: B4, 22 and 41. RGB value is (180,34,65). Sum of RGB (Red+Green+Blue) = 180+34+65=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B42241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42241 is #4BDDBE. Grayscale: #515151. Windows color (decimal): -4971967 or 4268724. OLE color: 4268724.

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

Color convert

RGB 180 34 65 -
CMYK 0 0.81 0.64 0.29
HSL 347.26º 0.68% 0.42% -
HSV(B) 347.26º 0.81% 0.71% -
XYZ 20.35 11.23 6.1 -
YUV 81.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 180 34 65 0 0.81 0.64 0.29 347.26 0.68 0.42
Hex B4 22 41 0 51 40 1D 15B 44 2A
Octal 264 42 101 0 121 100 35 533 104 52
Binary 10110100 100010 1000001 0 1010001 1000000 11101 101011011 1000100 101010

Color Harmonies of #B42241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42241

Black with #B42241

Text Example


Text Example

White with #B42241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42241; }

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

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

background-color css

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

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

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

border-color css

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

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

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