Html Css Color HEX #B60430 Cardinal

📋 copy color: '#B60430'

red 182 ◦ green 4 ◦ blue 48

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

Shades of Cardinal #B60430

Tints of Cardinal #B60430

RGB

 RED value IS 182 (71.48% from 255) = 77.78%

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 77.78%
G = 1.71%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B60430 (or 0xB60430) is known color: Cardinal. HEX triplet: B6, 04 and 30. RGB value is (182,4,48). Sum of RGB (Red+Green+Blue) = 182+4+48=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B60430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60430 is #49FBCF. Grayscale: #3E3E3E. Windows color (decimal): -4848592 or 3146934. OLE color: 3146934.

HSL color Cylindrical-coordinate representation of color #B60430: hue angle of 345.17º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60430 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 4 48 -
CMYK 0 0.98 0.74 0.29
HSL 345.17º 0.96% 0.36% -
HSV(B) 345.17º 0.98% 0.71% -
XYZ 19.87 10.25 3.73 -
YUV 62.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 182 4 48 0 0.98 0.74 0.29 345.17 0.96 0.36
Hex B6 4 30 0 62 4A 1D 159 60 24
Octal 266 4 60 0 142 112 35 531 140 44
Binary 10110110 100 110000 0 1100010 1001010 11101 101011001 1100000 100100

Color Harmonies of #B60430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60430

Black with #B60430

Text Example


Text Example

White with #B60430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60430; }

 p { color: rgb(182,4,48); }

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

background-color css

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

 a { background-color: rgb(182,4,48); }

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

border-color css

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

 span { border-color: rgb(182,4,48); }

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