Html Css Color HEX #B81C2F Cardinal

📋 copy color: '#B81C2F'

red 184 ◦ green 28 ◦ blue 47

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

Shades of Cardinal #B81C2F

Tints of Cardinal #B81C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 71.04%
G = 10.81%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B81C2F (or 0xB81C2F) is known color: Cardinal. HEX triplet: B8, 1C and 2F. RGB value is (184,28,47). Sum of RGB (Red+Green+Blue) = 184+28+47=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C2F is #47E3D0. Grayscale: #4C4C4C. Windows color (decimal): -4711377 or 3087544. OLE color: 3087544.

HSL color Cylindrical-coordinate representation of color #B81C2F: hue angle of 352.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 #B81C2F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 47 -
CMYK 0 0.85 0.74 0.28
HSL 352.69º 0.74% 0.42% -
HSV(B) 352.69º 0.85% 0.72% -
XYZ 20.7 11.23 3.77 -
YUV 76.81 111.18 204.46 -
System Red Green Blue C M Y K H S L
Decimal 184 28 47 0 0.85 0.74 0.28 352.69 0.74 0.42
Hex B8 1C 2F 0 55 4A 1C 161 4A 2A
Octal 270 34 57 0 125 112 34 541 112 52
Binary 10111000 11100 101111 0 1010101 1001010 11100 101100001 1001010 101010

Color Harmonies of #B81C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C2F

Black with #B81C2F

Text Example


Text Example

White with #B81C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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