Html Css Color HEX #B30743 Cardinal

📋 copy color: '#B30743'

red 179 ◦ green 7 ◦ blue 67

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

Shades of Cardinal #B30743

Tints of Cardinal #B30743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 70.75%
G = 2.77%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B30743 (or 0xB30743) is known color: Cardinal. HEX triplet: B3, 07 and 43. RGB value is (179,7,67). Sum of RGB (Red+Green+Blue) = 179+7+67=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B30743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30743 is #4CF8BC. Grayscale: #414141. Windows color (decimal): -5044413 or 4392883. OLE color: 4392883.

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

Color convert

RGB 179 7 67 -
CMYK 0 0.96 0.63 0.30
HSL 339.07º 0.92% 0.36% -
HSV(B) 339.07º 0.96% 0.7% -
XYZ 19.68 10.14 6.23 -
YUV 65.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 179 7 67 0 0.96 0.63 0.30 339.07 0.92 0.36
Hex B3 7 43 0 60 3F 1E 153 5C 24
Octal 263 7 103 0 140 77 36 523 134 44
Binary 10110011 111 1000011 0 1100000 111111 11110 101010011 1011100 100100

Color Harmonies of #B30743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30743

Black with #B30743

Text Example


Text Example

White with #B30743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30743; }

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

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

background-color css

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

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

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

border-color css

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

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

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