Html Css Color HEX #B50330 Cardinal

📋 copy color: '#B50330'

red 181 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #B50330

Tints of Cardinal #B50330

RGB

 RED value IS 181 (71.09% from 255) = 78.02%

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 78.02%
G = 1.29%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B50330 (or 0xB50330) is known color: Cardinal. HEX triplet: B5, 03 and 30. RGB value is (181,3,48). Sum of RGB (Red+Green+Blue) = 181+3+48=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B50330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50330 is #4AFCCF. Grayscale: #3D3D3D. Windows color (decimal): -4914384 or 3146677. OLE color: 3146677.

HSL color Cylindrical-coordinate representation of color #B50330: hue angle of 344.83º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50330 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 3 48 -
CMYK 0 0.98 0.73 0.29
HSL 344.83º 0.97% 0.36% -
HSV(B) 344.83º 0.98% 0.71% -
XYZ 19.62 10.1 3.71 -
YUV 61.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 181 3 48 0 0.98 0.73 0.29 344.83 0.97 0.36
Hex B5 3 30 0 62 49 1D 159 61 24
Octal 265 3 60 0 142 111 35 531 141 44
Binary 10110101 11 110000 0 1100010 1001001 11101 101011001 1100001 100100

Color Harmonies of #B50330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50330

Black with #B50330

Text Example


Text Example

White with #B50330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50330; }

 p { color: rgb(181,3,48); }

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

background-color css

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

 a { background-color: rgb(181,3,48); }

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

border-color css

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

 span { border-color: rgb(181,3,48); }

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