#B4282E

Color #B4282E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B4282E

Tints of Cardinal #B4282E

Color information

#B4282E (or 0xB4282E) is unknown color: approx Cardinal. HEX triplet: B4, 28 and 2E. RGB value is (180,40,46). Sum of RGB (Red+Green+Blue) = 180+40+46=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B4282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4282E is #4BD7D1. Grayscale: #525252. Windows color (decimal): -4970450 or 3025076. OLE color: 3025076.

HSL color Cylindrical-coordinate representation of color #B4282E: hue angle of 357.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4282E is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1804046-
CMYK00.780.740.29
HSL357.43º63.64%43.14%-
HSV(B)357.43º77.78%70.59%-
XYZ20.0711.423.73-
YUV82.54107.38197.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=67.67%
G=15.04%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180404600.780.740.29357.4363.6443.14
HexB4282E04E4A1D165402b
Octal264505601161123554510053
Binary10110100101000101110010011101001010111011011001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4282E; }

 p { color: rgb(180,40,46); }

 H1.HeaderClassName
 {
   color: #B4282E;
 }
 .AnyTagClassName
 {
   color: #B4282E;
 }
</style>
background-color css

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

 a { background-color: rgb(180,40,46); }

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

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

 span { border-color: rgb(180,40,46); }

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