Html Css Color HEX #B30B40 Cardinal

📋 copy color: '#B30B40'

red 179 ◦ green 11 ◦ blue 64

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

Shades of Cardinal #B30B40

Tints of Cardinal #B30B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 70.47%
G = 4.33%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30B40 (or 0xB30B40) is known color: Cardinal. HEX triplet: B3, 0B and 40. RGB value is (179,11,64). Sum of RGB (Red+Green+Blue) = 179+11+64=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B40 is #4CF4BF. Grayscale: #434343. Windows color (decimal): -5043392 or 4197299. OLE color: 4197299.

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

Color convert

RGB 179 11 64 -
CMYK 0 0.94 0.64 0.30
HSL 341.07º 0.88% 0.37% -
HSV(B) 341.07º 0.94% 0.7% -
XYZ 19.64 10.19 5.78 -
YUV 67.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 179 11 64 0 0.94 0.64 0.30 341.07 0.88 0.37
Hex B3 B 40 0 5E 40 1E 155 58 25
Octal 263 13 100 0 136 100 36 525 130 45
Binary 10110011 1011 1000000 0 1011110 1000000 11110 101010101 1011000 100101

Color Harmonies of #B30B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B40

Black with #B30B40

Text Example


Text Example

White with #B30B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B40; }

 p { color: rgb(179,11,64); }

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

background-color css

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

 a { background-color: rgb(179,11,64); }

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

border-color css

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

 span { border-color: rgb(179,11,64); }

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