Html Css Color HEX #B30231 Cardinal

📋 copy color: '#B30231'

red 179 ◦ green 2 ◦ blue 49

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

Shades of Cardinal #B30231

Tints of Cardinal #B30231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.3%

R = 77.83%
G = 0.87%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B30231 (or 0xB30231) is known color: Cardinal. HEX triplet: B3, 02 and 31. RGB value is (179,2,49). Sum of RGB (Red+Green+Blue) = 179+2+49=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B30231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30231 is #4CFDCE. Grayscale: #3C3C3C. Windows color (decimal): -5045711 or 3211955. OLE color: 3211955.

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

Color convert

RGB 179 2 49 -
CMYK 0 0.99 0.73 0.30
HSL 344.07º 0.98% 0.35% -
HSV(B) 344.07º 0.99% 0.7% -
XYZ 19.17 9.85 3.8 -
YUV 60.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 179 2 49 0 0.99 0.73 0.30 344.07 0.98 0.35
Hex B3 2 31 0 63 49 1E 158 62 23
Octal 263 2 61 0 143 111 36 530 142 43
Binary 10110011 10 110001 0 1100011 1001001 11110 101011000 1100010 100011

Color Harmonies of #B30231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30231

Black with #B30231

Text Example


Text Example

White with #B30231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30231; }

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

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

background-color css

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

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

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

border-color css

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

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

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