Html Css Color HEX #B30138 Cardinal

📋 copy color: '#B30138'

red 179 ◦ green 1 ◦ blue 56

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

Shades of Cardinal #B30138

Tints of Cardinal #B30138

RGB

 RED value IS 179 (70.31% from 255) = 75.85%

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

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 75.85%
G = 0.42%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B30138 (or 0xB30138) is known color: Cardinal. HEX triplet: B3, 01 and 38. RGB value is (179,1,56). Sum of RGB (Red+Green+Blue) = 179+1+56=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30138 is #4CFEC7. Grayscale: #3C3C3C. Windows color (decimal): -5045960 or 3670451. OLE color: 3670451.

HSL color Cylindrical-coordinate representation of color #B30138: hue angle of 341.46º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30138 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 56 -
CMYK 0 0.99 0.69 0.30
HSL 341.46º 0.99% 0.35% -
HSV(B) 341.46º 0.99% 0.7% -
XYZ 19.32 9.89 4.63 -
YUV 60.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 179 1 56 0 0.99 0.69 0.30 341.46 0.99 0.35
Hex B3 1 38 0 63 45 1E 155 63 23
Octal 263 1 70 0 143 105 36 525 143 43
Binary 10110011 1 111000 0 1100011 1000101 11110 101010101 1100011 100011

Color Harmonies of #B30138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30138

Black with #B30138

Text Example


Text Example

White with #B30138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30138; }

 p { color: rgb(179,1,56); }

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

background-color css

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

 a { background-color: rgb(179,1,56); }

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

border-color css

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

 span { border-color: rgb(179,1,56); }

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