#B12633

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

Shades of Cardinal #B12633

Tints of Cardinal #B12633

Color information

#B12633 (or 0xB12633) is unknown color: approx Cardinal. HEX triplet: B1, 26 and 33. RGB value is (177,38,51). Sum of RGB (Red+Green+Blue) = 177+38+51=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B12633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12633 is #4ED9CC. Grayscale: #515151. Windows color (decimal): -5167565 or 3352241. OLE color: 3352241.

HSL color Cylindrical-coordinate representation of color #B12633: hue angle of 354.39º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12633 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1773851-
CMYK00.790.710.31
HSL354.39º64.65%42.16%-
HSV(B)354.39º78.53%69.41%-
XYZ19.4210.974.23-
YUV81.04111.05196.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=66.54%
G=14.29%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177385100.790.710.31354.3964.6542.16
HexB1263304F471F162412a
Octal261466301171073754210152
Binary10110001100110110011010011111000111111111011000101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12633; }

 p { color: rgb(177,38,51); }

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

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

 a { background-color: rgb(177,38,51); }

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

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

 span { border-color: rgb(177,38,51); }

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