Html Css Color HEX #BB0638 Cardinal

📋 copy color: '#BB0638'

red 187 ◦ green 6 ◦ blue 56

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

Shades of Cardinal #BB0638

Tints of Cardinal #BB0638

RGB

 RED value IS 187 (73.44% from 255) = 75.1%

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

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 75.1%
G = 2.41%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0638 (or 0xBB0638) is known color: Cardinal. HEX triplet: BB, 06 and 38. RGB value is (187,6,56). Sum of RGB (Red+Green+Blue) = 187+6+56=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0638 is #44F9C7. Grayscale: #414141. Windows color (decimal): -4520392 or 3671739. OLE color: 3671739.

HSL color Cylindrical-coordinate representation of color #BB0638: hue angle of 343.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0638 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 56 -
CMYK 0 0.97 0.70 0.27
HSL 343.43º 0.94% 0.38% -
HSV(B) 343.43º 0.97% 0.73% -
XYZ 21.27 10.98 4.74 -
YUV 65.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 187 6 56 0 0.97 0.70 0.27 343.43 0.94 0.38
Hex BB 6 38 0 61 46 1B 157 5E 26
Octal 273 6 70 0 141 106 33 527 136 46
Binary 10111011 110 111000 0 1100001 1000110 11011 101010111 1011110 100110

Color Harmonies of #BB0638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0638

Black with #BB0638

Text Example


Text Example

White with #BB0638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0638; }

 p { color: rgb(187,6,56); }

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

background-color css

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

 a { background-color: rgb(187,6,56); }

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

border-color css

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

 span { border-color: rgb(187,6,56); }

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