Html Css Color HEX #B80243 Cardinal

📋 copy color: '#B80243'

red 184 ◦ green 2 ◦ blue 67

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

Shades of Cardinal #B80243

Tints of Cardinal #B80243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 72.73%
G = 0.79%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B80243 (or 0xB80243) is known color: Cardinal. HEX triplet: B8, 02 and 43. RGB value is (184,2,67). Sum of RGB (Red+Green+Blue) = 184+2+67=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B80243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80243 is #47FDBC. Grayscale: #3F3F3F. Windows color (decimal): -4718013 or 4391608. OLE color: 4391608.

HSL color Cylindrical-coordinate representation of color #B80243: hue angle of 338.57º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80243 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 67 -
CMYK 0 0.99 0.64 0.28
HSL 338.57º 0.98% 0.36% -
HSV(B) 338.57º 0.99% 0.72% -
XYZ 20.8 10.64 6.27 -
YUV 63.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 184 2 67 0 0.99 0.64 0.28 338.57 0.98 0.36
Hex B8 2 43 0 63 40 1C 153 62 24
Octal 270 2 103 0 143 100 34 523 142 44
Binary 10111000 10 1000011 0 1100011 1000000 11100 101010011 1100010 100100

Color Harmonies of #B80243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80243

Black with #B80243

Text Example


Text Example

White with #B80243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80243; }

 p { color: rgb(184,2,67); }

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

background-color css

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

 a { background-color: rgb(184,2,67); }

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

border-color css

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

 span { border-color: rgb(184,2,67); }

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