#B80F38

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

Shades of Cardinal #B80F38

Tints of Cardinal #B80F38

Color information

#B80F38 (or 0xB80F38) is unknown color: approx Cardinal. HEX triplet: B8, 0F and 38. RGB value is (184,15,56). Sum of RGB (Red+Green+Blue) = 184+15+56=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F38 is #47F0C7. Grayscale: #464646. Windows color (decimal): -4714696 or 3674040. OLE color: 3674040.

HSL color Cylindrical-coordinate representation of color #B80F38: hue angle of 345.44º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F38 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1841556-
CMYK00.920.700.28
HSL345.44º84.92%39.02%-
HSV(B)345.44º91.85%72.16%-
XYZ20.6510.824.74-
YUV70.2119.99209.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.16%
GREEN value IS 15 (6.25% from 255) = 5.88%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=72.16%
G=5.88%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184155600.920.700.28345.4484.9239.02
HexB8F3805C461C1595527
Octal270177001341063453112547
Binary101110001111111000010111001000110111001010110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F38; }

 p { color: rgb(184,15,56); }

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

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

 a { background-color: rgb(184,15,56); }

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

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

 span { border-color: rgb(184,15,56); }

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