Html Css Color HEX #B81C3C Cardinal

📋 copy color: '#B81C3C'

red 184 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #B81C3C

Tints of Cardinal #B81C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 67.65%
G = 10.29%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B81C3C (or 0xB81C3C) is known color: Cardinal. HEX triplet: B8, 1C and 3C. RGB value is (184,28,60). Sum of RGB (Red+Green+Blue) = 184+28+60=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C3C is #47E3C3. Grayscale: #4E4E4E. Windows color (decimal): -4711364 or 3939512. OLE color: 3939512.

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

Color convert

RGB 184 28 60 -
CMYK 0 0.85 0.67 0.28
HSL 347.69º 0.74% 0.42% -
HSV(B) 347.69º 0.85% 0.72% -
XYZ 21 11.35 5.36 -
YUV 78.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 184 28 60 0 0.85 0.67 0.28 347.69 0.74 0.42
Hex B8 1C 3C 0 55 43 1C 15C 4A 2A
Octal 270 34 74 0 125 103 34 534 112 52
Binary 10111000 11100 111100 0 1010101 1000011 11100 101011100 1001010 101010

Color Harmonies of #B81C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C3C

Black with #B81C3C

Text Example


Text Example

White with #B81C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C3C; }

 p { color: rgb(184,28,60); }

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

background-color css

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

 a { background-color: rgb(184,28,60); }

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

border-color css

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

 span { border-color: rgb(184,28,60); }

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