Html Css Color HEX #B4242A Cardinal

📋 copy color: '#B4242A'

red 180 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #B4242A

Tints of Cardinal #B4242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 69.77%
G = 13.95%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4242A (or 0xB4242A) is known color: Cardinal. HEX triplet: B4, 24 and 2A. RGB value is (180,36,42). Sum of RGB (Red+Green+Blue) = 180+36+42=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B4242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4242A is #4BDBD5. Grayscale: #4F4F4F. Windows color (decimal): -4971478 or 2761908. OLE color: 2761908.

HSL color Cylindrical-coordinate representation of color #B4242A: hue angle of 357.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4242A is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 42 -
CMYK 0 0.8 0.77 0.29
HSL 357.5º 0.67% 0.42% -
HSV(B) 357.5º 0.8% 0.71% -
XYZ 19.87 11.13 3.29 -
YUV 79.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 180 36 42 0 0.8 0.77 0.29 357.5 0.67 0.42
Hex B4 24 2A 0 50 4D 1D 166 43 2A
Octal 264 44 52 0 120 115 35 546 103 52
Binary 10110100 100100 101010 0 1010000 1001101 11101 101100110 1000011 101010

Color Harmonies of #B4242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4242A

Black with #B4242A

Text Example


Text Example

White with #B4242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4242A; }

 p { color: rgb(180,36,42); }

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

background-color css

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

 a { background-color: rgb(180,36,42); }

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

border-color css

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

 span { border-color: rgb(180,36,42); }

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