Html Css Color HEX #B30237 Cardinal

📋 copy color: '#B30237'

red 179 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #B30237

Tints of Cardinal #B30237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 75.85%
G = 0.85%
B = 23.31%

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

#B30237 (or 0xB30237) is known color: Cardinal. HEX triplet: B3, 02 and 37. RGB value is (179,2,55). Sum of RGB (Red+Green+Blue) = 179+2+55=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30237 is #4CFDC8. Grayscale: #3C3C3C. Windows color (decimal): -5045705 or 3605171. OLE color: 3605171.

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

Color convert

RGB 179 2 55 -
CMYK 0 0.99 0.69 0.30
HSL 342.03º 0.98% 0.35% -
HSV(B) 342.03º 0.99% 0.7% -
XYZ 19.3 9.9 4.51 -
YUV 60.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 179 2 55 0 0.99 0.69 0.30 342.03 0.98 0.35
Hex B3 2 37 0 63 45 1E 156 62 23
Octal 263 2 67 0 143 105 36 526 142 43
Binary 10110011 10 110111 0 1100011 1000101 11110 101010110 1100010 100011

Color Harmonies of #B30237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30237

Black with #B30237

Text Example


Text Example

White with #B30237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30237; }

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

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

background-color css

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

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

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

border-color css

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

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

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