Html Css Color HEX #B30236 Cardinal

📋 copy color: '#B30236'

red 179 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #B30236

Tints of Cardinal #B30236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 76.17%
G = 0.85%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B30236 (or 0xB30236) is known color: Cardinal. HEX triplet: B3, 02 and 36. RGB value is (179,2,54). Sum of RGB (Red+Green+Blue) = 179+2+54=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30236 is #4CFDC9. Grayscale: #3C3C3C. Windows color (decimal): -5045706 or 3539635. OLE color: 3539635.

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

Color convert

RGB 179 2 54 -
CMYK 0 0.99 0.70 0.30
HSL 342.37º 0.98% 0.35% -
HSV(B) 342.37º 0.99% 0.7% -
XYZ 19.28 9.89 4.38 -
YUV 60.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 179 2 54 0 0.99 0.70 0.30 342.37 0.98 0.35
Hex B3 2 36 0 63 46 1E 156 62 23
Octal 263 2 66 0 143 106 36 526 142 43
Binary 10110011 10 110110 0 1100011 1000110 11110 101010110 1100010 100011

Color Harmonies of #B30236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30236

Black with #B30236

Text Example


Text Example

White with #B30236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30236; }

 p { color: rgb(179,2,54); }

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

background-color css

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

 a { background-color: rgb(179,2,54); }

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

border-color css

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

 span { border-color: rgb(179,2,54); }

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