Html Css Color HEX #B81C30 Cardinal

📋 copy color: '#B81C30'

red 184 ◦ green 28 ◦ blue 48

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

Shades of Cardinal #B81C30

Tints of Cardinal #B81C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 70.77%
G = 10.77%
B = 18.46%

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

#B81C30 (or 0xB81C30) is known color: Cardinal. HEX triplet: B8, 1C and 30. RGB value is (184,28,48). Sum of RGB (Red+Green+Blue) = 184+28+48=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C30 is #47E3CF. Grayscale: #4D4D4D. Windows color (decimal): -4711376 or 3153080. OLE color: 3153080.

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

Color convert

RGB 184 28 48 -
CMYK 0 0.85 0.74 0.28
HSL 352.31º 0.74% 0.42% -
HSV(B) 352.31º 0.85% 0.72% -
XYZ 20.72 11.23 3.87 -
YUV 76.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 184 28 48 0 0.85 0.74 0.28 352.31 0.74 0.42
Hex B8 1C 30 0 55 4A 1C 160 4A 2A
Octal 270 34 60 0 125 112 34 540 112 52
Binary 10111000 11100 110000 0 1010101 1001010 11100 101100000 1001010 101010

Color Harmonies of #B81C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C30

Black with #B81C30

Text Example


Text Example

White with #B81C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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