Html Css Color HEX #B30736 Cardinal

📋 copy color: '#B30736'

red 179 ◦ green 7 ◦ blue 54

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

Shades of Cardinal #B30736

Tints of Cardinal #B30736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 74.58%
G = 2.92%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B30736 (or 0xB30736) is known color: Cardinal. HEX triplet: B3, 07 and 36. RGB value is (179,7,54). Sum of RGB (Red+Green+Blue) = 179+7+54=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B30736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30736 is #4CF8C9. Grayscale: #3F3F3F. Windows color (decimal): -5044426 or 3540915. OLE color: 3540915.

HSL color Cylindrical-coordinate representation of color #B30736: hue angle of 343.6º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30736 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 54 -
CMYK 0 0.96 0.70 0.30
HSL 343.6º 0.92% 0.36% -
HSV(B) 343.6º 0.96% 0.7% -
XYZ 19.33 10 4.4 -
YUV 63.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 179 7 54 0 0.96 0.70 0.30 343.6 0.92 0.36
Hex B3 7 36 0 60 46 1E 158 5C 24
Octal 263 7 66 0 140 106 36 530 134 44
Binary 10110011 111 110110 0 1100000 1000110 11110 101011000 1011100 100100

Color Harmonies of #B30736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30736

Black with #B30736

Text Example


Text Example

White with #B30736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30736; }

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

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

background-color css

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

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

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

border-color css

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

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

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