Html Css Color HEX #B30642 Cardinal

📋 copy color: '#B30642'

red 179 ◦ green 6 ◦ blue 66

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

Shades of Cardinal #B30642

Tints of Cardinal #B30642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 71.31%
G = 2.39%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B30642 (or 0xB30642) is known color: Cardinal. HEX triplet: B3, 06 and 42. RGB value is (179,6,66). Sum of RGB (Red+Green+Blue) = 179+6+66=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B30642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30642 is #4CF9BD. Grayscale: #404040. Windows color (decimal): -5044670 or 4327091. OLE color: 4327091.

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

Color convert

RGB 179 6 66 -
CMYK 0 0.97 0.63 0.30
HSL 339.19º 0.94% 0.36% -
HSV(B) 339.19º 0.97% 0.7% -
XYZ 19.64 10.11 6.07 -
YUV 64.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 179 6 66 0 0.97 0.63 0.30 339.19 0.94 0.36
Hex B3 6 42 0 61 3F 1E 153 5E 24
Octal 263 6 102 0 141 77 36 523 136 44
Binary 10110011 110 1000010 0 1100001 111111 11110 101010011 1011110 100100

Color Harmonies of #B30642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30642

Black with #B30642

Text Example


Text Example

White with #B30642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30642; }

 p { color: rgb(179,6,66); }

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

background-color css

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

 a { background-color: rgb(179,6,66); }

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

border-color css

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

 span { border-color: rgb(179,6,66); }

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