Html Css Color HEX #B81738 Cardinal

📋 copy color: '#B81738'

red 184 ◦ green 23 ◦ blue 56

#B81738
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B81738

Tints of Cardinal #B81738

RGB

 RED value IS 184 (72.27% from 255) = 69.96%

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 69.96%
G = 8.75%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B81738 (or 0xB81738) is known color: Cardinal. HEX triplet: B8, 17 and 38. RGB value is (184,23,56). Sum of RGB (Red+Green+Blue) = 184+23+56=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B81738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81738 is #47E8C7. Grayscale: #4A4A4A. Windows color (decimal): -4712648 or 3676088. OLE color: 3676088.

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

Color convert

RGB 184 23 56 -
CMYK 0 0.88 0.70 0.28
HSL 347.7º 0.78% 0.41% -
HSV(B) 347.7º 0.88% 0.72% -
XYZ 20.79 11.09 4.79 -
YUV 74.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 184 23 56 0 0.88 0.70 0.28 347.7 0.78 0.41
Hex B8 17 38 0 58 46 1C 15C 4E 29
Octal 270 27 70 0 130 106 34 534 116 51
Binary 10111000 10111 111000 0 1011000 1000110 11100 101011100 1001110 101001

Color Harmonies of #B81738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81738

Black with #B81738

Text Example


Text Example

White with #B81738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81738; }

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

 H1.HeaderClassName
 {
   color: #B81738;
 }
 .AnyTagClassName
 {
   color: #B81738;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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