Html Css Color HEX #B30B42 Cardinal

📋 copy color: '#B30B42'

red 179 ◦ green 11 ◦ blue 66

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

Shades of Cardinal #B30B42

Tints of Cardinal #B30B42

RGB

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

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

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

R = 69.92%
G = 4.3%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B30B42 (or 0xB30B42) is known color: Cardinal. HEX triplet: B3, 0B and 42. RGB value is (179,11,66). Sum of RGB (Red+Green+Blue) = 179+11+66=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B42 is #4CF4BD. Grayscale: #434343. Windows color (decimal): -5043390 or 4328371. OLE color: 4328371.

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

Color convert

RGB 179 11 66 -
CMYK 0 0.94 0.63 0.30
HSL 340.36º 0.88% 0.37% -
HSV(B) 340.36º 0.94% 0.7% -
XYZ 19.69 10.22 6.09 -
YUV 67.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 179 11 66 0 0.94 0.63 0.30 340.36 0.88 0.37
Hex B3 B 42 0 5E 3F 1E 154 58 25
Octal 263 13 102 0 136 77 36 524 130 45
Binary 10110011 1011 1000010 0 1011110 111111 11110 101010100 1011000 100101

Color Harmonies of #B30B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B42

Black with #B30B42

Text Example


Text Example

White with #B30B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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