Html Css Color HEX #B80130 Cardinal

📋 copy color: '#B80130'

red 184 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #B80130

Tints of Cardinal #B80130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 78.97%
G = 0.43%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B80130 (or 0xB80130) is known color: Cardinal. HEX triplet: B8, 01 and 30. RGB value is (184,1,48). Sum of RGB (Red+Green+Blue) = 184+1+48=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B80130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80130 is #47FECF. Grayscale: #3D3D3D. Windows color (decimal): -4718288 or 3146168. OLE color: 3146168.

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

Color convert

RGB 184 1 48 -
CMYK 0 0.99 0.74 0.28
HSL 344.59º 0.99% 0.36% -
HSV(B) 344.59º 0.99% 0.72% -
XYZ 20.31 10.43 3.74 -
YUV 61.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 184 1 48 0 0.99 0.74 0.28 344.59 0.99 0.36
Hex B8 1 30 0 63 4A 1C 159 63 24
Octal 270 1 60 0 143 112 34 531 143 44
Binary 10111000 1 110000 0 1100011 1001010 11100 101011001 1100011 100100

Color Harmonies of #B80130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80130

Black with #B80130

Text Example


Text Example

White with #B80130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80130; }

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

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

background-color css

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

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

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

border-color css

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

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

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