Html Css Color HEX #B81A28 Cardinal

📋 copy color: '#B81A28'

red 184 ◦ green 26 ◦ blue 40

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

Shades of Cardinal #B81A28

Tints of Cardinal #B81A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 73.6%
G = 10.4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81A28 (or 0xB81A28) is known color: Cardinal. HEX triplet: B8, 1A and 28. RGB value is (184,26,40). Sum of RGB (Red+Green+Blue) = 184+26+40=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A28 is #47E5D7. Grayscale: #4A4A4A. Windows color (decimal): -4711896 or 2628280. OLE color: 2628280.

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

Color convert

RGB 184 26 40 -
CMYK 0 0.86 0.78 0.28
HSL 354.68º 0.75% 0.41% -
HSV(B) 354.68º 0.86% 0.72% -
XYZ 20.52 11.08 3.07 -
YUV 74.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 184 26 40 0 0.86 0.78 0.28 354.68 0.75 0.41
Hex B8 1A 28 0 56 4E 1C 163 4B 29
Octal 270 32 50 0 126 116 34 543 113 51
Binary 10111000 11010 101000 0 1010110 1001110 11100 101100011 1001011 101001

Color Harmonies of #B81A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A28

Black with #B81A28

Text Example


Text Example

White with #B81A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A28; }

 p { color: rgb(184,26,40); }

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

background-color css

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

 a { background-color: rgb(184,26,40); }

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

border-color css

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

 span { border-color: rgb(184,26,40); }

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