Html Css Color HEX #B4243E Cardinal

📋 copy color: '#B4243E'

red 180 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #B4243E

Tints of Cardinal #B4243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.3%

R = 64.75%
G = 12.95%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4243E (or 0xB4243E) is known color: Cardinal. HEX triplet: B4, 24 and 3E. RGB value is (180,36,62). Sum of RGB (Red+Green+Blue) = 180+36+62=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4243E is #4BDBC1. Grayscale: #525252. Windows color (decimal): -4971458 or 4072628. OLE color: 4072628.

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

Color convert

RGB 180 36 62 -
CMYK 0 0.8 0.66 0.29
HSL 349.17º 0.67% 0.42% -
HSV(B) 349.17º 0.8% 0.71% -
XYZ 20.32 11.31 5.67 -
YUV 82.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 180 36 62 0 0.8 0.66 0.29 349.17 0.67 0.42
Hex B4 24 3E 0 50 42 1D 15D 43 2A
Octal 264 44 76 0 120 102 35 535 103 52
Binary 10110100 100100 111110 0 1010000 1000010 11101 101011101 1000011 101010

Color Harmonies of #B4243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4243E

Black with #B4243E

Text Example


Text Example

White with #B4243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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