Html Css Color HEX #B42242 Cardinal

📋 copy color: '#B42242'

red 180 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #B42242

Tints of Cardinal #B42242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 64.29%
G = 12.14%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42242 (or 0xB42242) is known color: Cardinal. HEX triplet: B4, 22 and 42. RGB value is (180,34,66). Sum of RGB (Red+Green+Blue) = 180+34+66=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B42242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42242 is #4BDDBD. Grayscale: #515151. Windows color (decimal): -4971966 or 4334260. OLE color: 4334260.

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

Color convert

RGB 180 34 66 -
CMYK 0 0.81 0.63 0.29
HSL 346.85º 0.68% 0.42% -
HSV(B) 346.85º 0.81% 0.71% -
XYZ 20.38 11.24 6.25 -
YUV 81.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 180 34 66 0 0.81 0.63 0.29 346.85 0.68 0.42
Hex B4 22 42 0 51 3F 1D 15B 44 2A
Octal 264 42 102 0 121 77 35 533 104 52
Binary 10110100 100010 1000010 0 1010001 111111 11101 101011011 1000100 101010

Color Harmonies of #B42242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42242

Black with #B42242

Text Example


Text Example

White with #B42242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42242; }

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

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

background-color css

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

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

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

border-color css

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

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

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