#B61433

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

Shades of Cardinal #B61433

Tints of Cardinal #B61433

Color information

#B61433 (or 0xB61433) is unknown color: approx Cardinal. HEX triplet: B6, 14 and 33. RGB value is (182,20,51). Sum of RGB (Red+Green+Blue) = 182+20+51=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B61433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61433 is #49EBCC. Grayscale: #484848. Windows color (decimal): -4844493 or 3347638. OLE color: 3347638.

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

Color convert

RGB1822051-
CMYK00.890.720.29
HSL348.52º80.2%39.61%-
HSV(B)348.52º89.01%71.37%-
XYZ20.1410.684.13-
YUV71.97116.17206.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.94%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=71.94%
G=7.91%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182205100.890.720.29348.5280.239.61
HexB61433059481D15d5028
Octal266246301311103553512050
Binary1011011010100110011010110011001000111011010111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61433; }

 p { color: rgb(182,20,51); }

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

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

 a { background-color: rgb(182,20,51); }

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

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

 span { border-color: rgb(182,20,51); }

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