#B4233D

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

Shades of Cardinal #B4233D

Tints of Cardinal #B4233D

Color information

#B4233D (or 0xB4233D) is unknown color: approx Cardinal. HEX triplet: B4, 23 and 3D. RGB value is (180,35,61). Sum of RGB (Red+Green+Blue) = 180+35+61=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4233D is #4BDCC2. Grayscale: #515151. Windows color (decimal): -4971715 or 4006836. OLE color: 4006836.

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

Color convert

RGB1803561-
CMYK00.810.660.29
HSL349.24º67.44%42.16%-
HSV(B)349.24º80.56%70.59%-
XYZ20.2711.245.52-
YUV81.32116.54198.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=65.22%
G=12.68%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180356100.810.660.29349.2467.4442.16
HexB4233D051421D15d432a
Octal264437501211023553510352
Binary10110100100011111101010100011000010111011010111011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4233D; }

 p { color: rgb(180,35,61); }

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

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

 a { background-color: rgb(180,35,61); }

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

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

 span { border-color: rgb(180,35,61); }

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